Use tailwind cli to compile css instead of tailwind cdn (#132)

* implement feature
* use npm instead of cli
This commit is contained in:
Tricked
2025-10-18 13:47:59 +02:00
committed by Christiaan Goossens
parent 653c716ea8
commit 9bf2372b7e
7 changed files with 1153 additions and 3 deletions

7
.gitignore vendored
View File

@@ -107,4 +107,9 @@ dmypy.json
# End of https://www.gitignore.io/api/python
config/
.venv
.venv
.pytest_logs.log
node_modules