Skip to content

Conversation

@evilmonkey19
Copy link
Contributor

In the point 7 it is stated the following:

7. Use Tailwind classes in your templates:

{% load tailwind_tags %}
<link href="{% tailwind_css %}" rel="stylesheet">

<h1 class="text-4xl font-bold text-blue-600">Hello Tailwind!</h1>

However it should be as follows:

7. Use Tailwind classes in your templates:

{% load tailwind_tags %}
{% tailwind_css %}

<h1 class="text-4xl font-bold text-blue-600">Hello Tailwind!</h1>

It's just a minor detail :)

@timonweb timonweb merged commit 4ca191c into timonweb:master Nov 3, 2025
1 check failed
@timonweb
Copy link
Owner

timonweb commented Nov 3, 2025

@evilmonkey19 good catch, thanks for the fix!

@evilmonkey19 evilmonkey19 deleted the patch-1 branch November 3, 2025 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants