We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757d997 commit bf0b577Copy full SHA for bf0b577
napoli-pain/Trunk.toml
@@ -3,4 +3,7 @@ stage = "pre_build"
3
command = "sh"
4
# dev: command_arguments = ["-c", "npx tailwindcss -i input.css -o output.css -c tailwind.config.js"]
5
# prod: command_arguments = ["-c", "NODE_ENV=production npx tailwindcss -i ./input.css -c ./tailwind.config.js -o ./output.css --minify"]
6
-command_arguments = ["-c", "npx tailwindcss -i input.css -o output.css -c tailwind.config.js"]
+command_arguments = [
7
+ "-c",
8
+ "npx tailwindcss@3 -i input.css -o output.css -c tailwind.config.js",
9
+]
0 commit comments