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 ccf2747 commit a6bbb61Copy full SHA for a6bbb61
website/dune
@@ -21,4 +21,4 @@
21
(:config ./tailwind.config.js)
22
(:input ./styles.css))
23
(action
24
- (run npx tailwindcss -c %{config} -i %{input} -o %{target})))
+ (run npx @tailwindcss/cli -c %{config} -i %{input} -o %{target})))
0 commit comments