update: app.css to match latest tailwindcss version

This commit is contained in:
Philip H. 2024-01-19 05:15:12 +00:00 committed by GitHub
parent 21ce36c116
commit 2df3e6cb42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 244 additions and 214 deletions

View file

@ -8,7 +8,7 @@
"serve": "DEBUG=Server,WireGuard nodemon server.js",
"serve-with-password": "PASSWORD=wg npm run serve",
"lint": "eslint .",
"buildcss": "npx tailwindcss -i ./www/src/css/app.css -o ./www/css/app.css --watch"
"buildcss": "npx tailwindcss -i ./www/src/css/app.css -o ./www/css/app.css"
},
"author": "Emile Nijssen",
"license": "GPL",