Fix make init

This commit is contained in:
2026-06-02 16:32:26 +02:00
parent ad47684dc1
commit 94c3d9050a
4 changed files with 28 additions and 17 deletions
+12 -3
View File
@@ -1,4 +1,4 @@
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
@@ -289,7 +289,7 @@
--spacing-8xl: 90rem;
--leading-9: 36px;
--leading-6: 24px;
--leading-none: 1px;
--leading-none: 1;
--leading-5: 20px;
--radius-base: 12px;
--color-body: var(--color-gray-600);
@@ -1542,7 +1542,7 @@
}
}
.w-1\/2 {
width: calc(1/2 * 100%);
width: calc(1 / 2 * 100%);
}
.w-2\.5 {
width: calc(var(--spacing) * 2.5);
@@ -2696,6 +2696,15 @@
--tw-ease: var(--ease-out);
transition-timing-function: var(--ease-out);
}
.\[program\:caddy\] {
program: caddy;
}
.\[program\:gunicorn\] {
program: gunicorn;
}
.\[program\:qcluster\] {
program: qcluster;
}
.group-hover\:absolute {
&:is(:where(.group):hover *) {
@media (hover: hover) {