Skip to content

Commit

Permalink
Update tailwindcss to 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed May 29, 2023
1 parent 88353e1 commit 6ce1cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rm -rf build
mkdir build

echo "Downloading tailwind.min.css"
tailwindcss_version=2.2.2
tailwindcss_version=3.3.2
tailwindcss_repo="https://github.com/tailwindlabs/tailwindcss"
curl --silent "https://unpkg.com/tailwindcss@$tailwindcss_version/dist/tailwind.min.css" -o "build/tailwind.min.css"

Expand Down

0 comments on commit 6ce1cbf

Please sign in to comment.