Integrate TailwindCSS

This commit is contained in:
2023-01-25 12:47:39 +01:00
parent a3be509893
commit eff598f475
5 changed files with 39 additions and 121 deletions

View File

@ -7,12 +7,6 @@ HTMLFILES := $(shell find games/templates -type f)
npm:
npm install
css: common/input.css
npx tailwindcss -i ./common/input.css -o ./games/static/base.css
css-dev: css
npx tailwindcss -i ./common/input.css -o ./games/static/base.css --watch
makemigrations:
poetry run python manage.py makemigrations