Skip to content

Commit 06390e3

Browse files
committed
change to use tailwindcss@v3
1 parent c56887f commit 06390e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MyApp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dtos": "x mjs",
44
"dev": "dotnet watch",
55
"serve": "npx http-server ./dist",
6-
"ui:dev": "npx tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
7-
"ui:build": "npx tailwindcss -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
6+
"ui:dev": "npx tailwindcss@v3 -i ./tailwind.input.css -o ./wwwroot/css/app.css --watch",
7+
"ui:build": "npx tailwindcss@v3 -i ./tailwind.input.css -o ./wwwroot/css/app.css --minify",
88
"build": "npm run ui:build",
99
"prerender": "npm run build && dotnet run --AppTasks=prerender --environment Production"
1010
}

0 commit comments

Comments
 (0)