fix: complete Tailwind v4 migration
This commit is contained in:
@@ -56,6 +56,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
@layer base {
|
||||
*,
|
||||
::after,
|
||||
::before,
|
||||
::backdrop,
|
||||
::file-selector-button {
|
||||
border-color: var(--color-gray-200, currentColor);
|
||||
}
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: light;
|
||||
background: oklch(94.5% 0.012 250);
|
||||
|
||||
Reference in New Issue
Block a user