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 04520ae commit f80c2edCopy full SHA for f80c2ed
website/justfile
@@ -2,4 +2,4 @@ zola:
2
zola serve --open
3
4
tailwind:
5
- fnm exec --using latest npx @tailwindcss/cli -w -i input.css -o static/main.css
+ npx @tailwindcss/cli -w -i input.css -o static/main.css
0 commit comments