Vendor TailwindCSS

This commit is contained in:
2026-08-05 18:56:04 +03:00
parent c0b79afcc1
commit 3b909d2620
6 changed files with 12 additions and 5 deletions
+1
View File
@@ -0,0 +1 @@
@import "tailwindcss" source("..");
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -8,7 +8,7 @@
<title>{% block title %}{% endblock title %}</title>
<script src="https://unpkg.com/htmx.org@2.0.0/dist/htmx.min.js"></script>
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio,line-clamp"></script>
<link href="/static/styles.css" rel="stylesheet">
{% block head %}
{% endblock head %}
@@ -105,4 +105,4 @@
</script>
</body>
</html>
</html>