fix: tailwind v4 @source directives, rebuild CSS (8.9KB → 33KB)
This commit is contained in:
parent
ea5f1840df
commit
6342ec907f
File diff suppressed because one or more lines are too long
|
|
@ -1,3 +1,4 @@
|
||||||
@tailwind base;
|
@import "tailwindcss";
|
||||||
@tailwind components;
|
|
||||||
@tailwind utilities;
|
@source "../src/**/*.{ts,html,ejs}";
|
||||||
|
@source "../src/dashboard/**/*.{html,js}";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue