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 fac64ee commit f27120bCopy full SHA for f27120b
start.sh
@@ -5,7 +5,7 @@ cd "${0%/*}"
5
[[ -f 'config.sh' ]] && source config.sh
6
7
if [[ "${DEV:-true}" == "true" ]] && [[ ! -z "$TAILWIND" ]]; then
8
- npx tailwindcss -i ./static/style.css -o ./static/tailwind.css --watch=always 2>&1 \
+ npx tailwindcss@v3 -i ./static/style.css -o ./static/tailwind.css --watch=always 2>&1 \
9
| sed '/^[[:space:]]*$/d;s/^/[tailwind] /' &
10
PID=$!
11
fi
0 commit comments