Fix make init
This commit is contained in:
+12
-3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user