We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba9107 commit f0700c5Copy full SHA for f0700c5
src/tailwind/templates/tailwind/tags/css.html
@@ -1,6 +1,6 @@
1
{% load static %}
2
3
-<link rel="stylesheet" href="{% if is_static_path %}{% static tailwind_css_path %}{% else %}{{ tailwind_css_path }}{% endif %}{% if v %}?v={{ v }}{% endif %}">
+<link rel="stylesheet" type="text/css" href="{% if is_static_path %}{% static tailwind_css_path %}{% else %}{{ tailwind_css_path }}{% endif %}{% if v %}?v={{ v }}{% endif %}">
4
5
{# dev_mode is deprecated. Leaving it here to support legacy browser-sync based configs #}
6
{% if dev_mode %}
0 commit comments