We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce3f776 + 7ab980d commit 4ca191cCopy full SHA for 4ca191c
README.md
@@ -85,7 +85,7 @@ repository.
85
7. **Use Tailwind classes in your templates:**
86
```html
87
{% load tailwind_tags %}
88
- <link href="{% tailwind_css %}" rel="stylesheet">
+ {% tailwind_css %}
89
90
<h1 class="text-4xl font-bold text-blue-600">Hello Tailwind!</h1>
91
```
0 commit comments