Skip to content

Commit f27120b

Browse files
authored
pin tailwind to v3
1 parent fac64ee commit f27120b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd "${0%/*}"
55
[[ -f 'config.sh' ]] && source config.sh
66

77
if [[ "${DEV:-true}" == "true" ]] && [[ ! -z "$TAILWIND" ]]; then
8-
npx tailwindcss -i ./static/style.css -o ./static/tailwind.css --watch=always 2>&1 \
8+
npx tailwindcss@v3 -i ./static/style.css -o ./static/tailwind.css --watch=always 2>&1 \
99
| sed '/^[[:space:]]*$/d;s/^/[tailwind] /' &
1010
PID=$!
1111
fi

0 commit comments

Comments
 (0)