Add tailwind and daisyUI
This commit is contained in:
parent
80da7be559
commit
0b8e6c2d50
19 changed files with 2292 additions and 24289 deletions
8
theme/static_src/postcss.config.js
Normal file
8
theme/static_src/postcss.config.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
//"postcss-import": {},
|
||||
//"postcss-simple-vars": {},
|
||||
//"postcss-nested": {},
|
||||
"@tailwindcss/postcss": {}
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue