fix: define brand color via @theme for tailwind v4 compat
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2,3 +2,7 @@
|
|||||||
|
|
||||||
@source "../src/**/*.{ts,html,ejs}";
|
@source "../src/**/*.{ts,html,ejs}";
|
||||||
@source "../src/dashboard/**/*.{html,js}";
|
@source "../src/dashboard/**/*.{html,js}";
|
||||||
|
|
||||||
|
@theme {
|
||||||
|
--color-brand: #3b82f6;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user