Finished
This commit is contained in:
11
stylegen/package.json
Normal file
11
stylegen/package.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"scripts": {
|
||||
"gen": "tailwindcss build ./base.css -o ../public/css/styles.css --minify",
|
||||
"watch": "tailwindcss build ./base.css -o ../public/css/styles.css --watch --minify"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"daisyui": "^4.4.24",
|
||||
"tailwindcss": "^3.4.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user