From 381c90e33614f24dbba0f2b80ade13f2643c4de8 Mon Sep 17 00:00:00 2001 From: samir Date: Tue, 18 Feb 2025 07:45:26 +0000 Subject: [PATCH] set tailwindcss working version --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8f74692..2910b18 100755 --- a/build.sh +++ b/build.sh @@ -26,7 +26,7 @@ elif [[ "$(uname -m)" == "arm64"* ]]; then ASSET="$ASSET-arm64" fi -curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/${ASSET}" +curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.17/${ASSET}" chmod +x $ASSET mv $ASSET tailwindcss