adds fonts and tailwind generation

This commit is contained in:
Drew
2025-03-07 10:41:06 -07:00
parent 1a7f4521f5
commit 2139901402
26 changed files with 168 additions and 36 deletions

View File

@ -19,6 +19,10 @@
"postcss-purgecss": "^2.0.3",
"tailwindcss": "^2.2.7"
},
"scripts": {
"build:css": "postcss assets/css/tailwind.css -o static/css/tailwind.css",
"watch:css": "postcss assets/css/tailwind.css -o static/css/tailwind.css --watch"
},
"name": "protocol-oral-history-project",
"version": "0.1.0"
}