mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
chore: use new syntax for css variables (#3258)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
@layer base {
|
||||
body {
|
||||
@apply antialiased text-[var(--ui-text)] bg-[var(--ui-bg)] scheme-light dark:scheme-dark;
|
||||
@apply antialiased text-(--ui-text) bg-(--ui-bg) scheme-light dark:scheme-dark;
|
||||
}
|
||||
|
||||
:root, .light {
|
||||
|
||||
Reference in New Issue
Block a user