Add Tailwind CSS

This commit is contained in:
2022-07-14 14:22:21 -07:00
parent 073dc8ab8c
commit 5002ca093e
6 changed files with 1223 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ coverage coverage-html coverage-report test test-wip test-x : export FLASK_ENV :
shell-psql serve-psql export : export FLASK_ENV := development
shell-psql serve-psql export : export SIGL_CONFIG := ../config/dev-docker.py
css :
npx tailwindcss -i ./src/css/tailwind.css -o static/sigl.dist.css
db-init :
poetry run flask db init