This commit is contained in:
2024-01-17 12:02:03 -07:00
parent 161cc95538
commit f8ce4e3b48
43 changed files with 1614 additions and 21 deletions

11
stylegen/package.json Normal file
View 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"
}
}