feat: integrate tailwind v4 and daisyui packages with local css build pipeline
This commit is contained in:
5
src/styles/app.css
Normal file
5
src/styles/app.css
Normal file
@@ -0,0 +1,5 @@
|
||||
@import "tailwindcss";
|
||||
@plugin "daisyui" {
|
||||
themes: light --default;
|
||||
logs: false;
|
||||
}
|
||||
Reference in New Issue
Block a user