1
0
mirror of https://github.com/axzilla/templui.git synced 2025-02-19 06:57:52 +00:00

docs: make tailwindcss version hint more visible

This commit is contained in:
axzilla 2025-02-08 09:44:05 +07:00
parent 2e9d6c64bb
commit c5d2aa3c95

View File

@ -247,7 +247,7 @@ templ HowToUse() {
</div>
<div>
<h3 class="text-xl font-semibold mb-2">3. Tailwind CSS CLI (Standalone)</h3>
<small>Currently only compatible with Tailwind CSS v3.x. Support for Tailwind CSS v4.x is work in progress.</small>
<small class="text-red-500 font-bold">Currently only compatible with Tailwind CSS v3.x. Support for Tailwind CSS v4.x is work in progress.</small>
<p class="mb-2">Install the standalone CLI based on your operating system:</p>
<div class="space-y-4">
// TODO: Bring back if v4 is implemented
@ -545,4 +545,3 @@ templ HowToUse() {
</div>
}
}