Skip to content

Commit ce17f8b

Browse files
committed
Upgrade to TailwindCSS 4.0
1 parent 0d4e2d4 commit ce17f8b

23 files changed

+295
-364
lines changed

content/collections/pages/beastmasters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This was a joint effort with multiple disciplines, and it was completely crafted
1313

1414
If you're curious, you can take a look at the images below and download the demo to play against bots. It's very reduced and you won't see everything the game had to offer, but it's enough to give you a taste of what it was. And it works offline, so it won't be a problem that the servers are no longer running.
1515

16-
<a href="/downloads/beastmasters.apk" class="mx-auto h-10 w-56 flex items-center justify-center rounded no-underline font-semibold tracking-wider text-[#3dda84] bg-[#073042] hover:[box-shadow:rgb(255,255,255)_0px_0px_0px_0px,rgb(61,218,132)_0px_0px_0px_4px,rgba(0,0,0,0)_0px_0px_0px_0px] focus:[box-shadow:rgb(255,255,255)_0px_0px_0px_0px,rgb(61,218,132)_0px_0px_0px_4px,rgba(0,0,0,0)_0px_0px_0px_0px]">
16+
<a href="/downloads/beastmasters.apk" class="mx-auto h-10 w-56 flex items-center justify-center rounded-sm no-underline font-semibold tracking-wider text-[#3dda84] bg-[#073042] hover:[box-shadow:rgb(255,255,255)_0px_0px_0px_0px,rgb(61,218,132)_0px_0px_0px_4px,rgba(0,0,0,0)_0px_0px_0px_0px] focus:[box-shadow:rgb(255,255,255)_0px_0px_0px_0px,rgb(61,218,132)_0px_0px_0px_4px,rgba(0,0,0,0)_0px_0px_0px_0px]">
1717
{{ partial:icons/android class="size-5 fill-current mr-2" /}}
1818
Download demo
1919
</a>

content/collections/pages/geemba.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We also provided a service to publish dedicated applications for each gym. Peopl
1313

1414
The service has been discontinued, but you can look at the PDF and screenshots below to get an idea of what it was like.
1515

16-
<a href="/downloads/geemba-assistant.pdf" target="_blank" class="mx-auto h-10 w-64 flex items-center justify-center rounded no-underline font-semibold tracking-wider text-white bg-[#00168e] hover:[box-shadow:rgb(255,255,255)_0px_0px_0px_0px,rgba(0,22,142,.5)_0px_0px_0px_4px,rgba(0,0,0,0)_0px_0px_0px_0px] focus:[box-shadow:rgb(255,255,255)_0px_0px_0px_0px,rgba(0,22,142,.5)_0px_0px_0px_4px,rgba(0,0,0,0)_0px_0px_0px_0px]">
16+
<a href="/downloads/geemba-assistant.pdf" target="_blank" class="mx-auto h-10 w-64 flex items-center justify-center rounded-sm no-underline font-semibold tracking-wider text-white bg-[#00168e] hover:[box-shadow:rgb(255,255,255)_0px_0px_0px_0px,rgba(0,22,142,.5)_0px_0px_0px_4px,rgba(0,0,0,0)_0px_0px_0px_0px] focus:[box-shadow:rgb(255,255,255)_0px_0px_0px_0px,rgba(0,22,142,.5)_0px_0px_0px_4px,rgba(0,0,0,0)_0px_0px_0px_0px]">
1717
{{ partial:icons/document class="size-5 fill-current mr-2" /}}
1818
Download overview
1919
</a>

package-lock.json

+69-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"@hotwired/turbo": "^8.0.12",
1111
"@tailwindcss/typography": "^0.5.16",
1212
"prismjs": "^1.29.0",
13-
"tailwindcss": "^4.0.0-beta.9"
13+
"tailwindcss": "^4.0.0"
1414
},
1515
"devDependencies": {
16-
"@tailwindcss/vite": "^4.0.0-beta.9",
16+
"@tailwindcss/vite": "^4.0.0",
1717
"alpinejs": "^3.14.8",
1818
"concurrently": "^9.1.2",
1919
"laravel-vite-plugin": "^1.0.2",
2020
"prettier": "^3.4.2",
2121
"prettier-plugin-blade": "^2.1.19",
22-
"prettier-plugin-tailwindcss": "^0.6.9",
22+
"prettier-plugin-tailwindcss": "^0.6.10",
2323
"vite": "^6.0"
2424
}
2525
}

0 commit comments

Comments
 (0)