We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981d268 commit 119eeb6Copy full SHA for 119eeb6
TechStacks/package.json
@@ -5,8 +5,8 @@
5
"private": true,
6
"scripts": {
7
"dev": "nuxt",
8
- "ui:dev": "npx tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
9
- "ui:build": "npx tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
+ "ui:dev": "npx tailwindcss@v3 -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
+ "ui:build": "npx tailwindcss@v3 -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
10
"dtos": "cd src/shared && x ts && tsc -m ES6 dtos.ts",
11
"build": "shx cp wwwroot/css/app.css src/static/css/app.css && nuxt build",
12
"publish": "nuxt build && dotnet publish -c Release",
0 commit comments