chore: configure tailwind v4 dynamic spacing
parent
fa190e0975
commit
b9467b2bc3
|
|
@ -13,6 +13,11 @@
|
||||||
/* Dark mode uses .dark class selector, not prefers-color-scheme */
|
/* Dark mode uses .dark class selector, not prefers-color-scheme */
|
||||||
@custom-variant dark (&:is(.dark *));
|
@custom-variant dark (&:is(.dark *));
|
||||||
|
|
||||||
|
/* Explicitly pin Tailwind v4 dynamic spacing for classes like w-150/h-55. */
|
||||||
|
@theme {
|
||||||
|
--spacing: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
@theme inline {
|
@theme inline {
|
||||||
/* Font */
|
/* Font */
|
||||||
--font-sans: var(--font-family);
|
--font-sans: var(--font-family);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue