From 7fee36b4fbae90dacdecb917e262ad58927fe746 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:02:34 +0530 Subject: Add Tailwind CSS and HTMX integration and implement custom template tags --- static/css/tailwind.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 static/css/tailwind.css (limited to 'static/css/tailwind.css') diff --git a/static/css/tailwind.css b/static/css/tailwind.css new file mode 100644 index 0000000..a461c50 --- /dev/null +++ b/static/css/tailwind.css @@ -0,0 +1 @@ +@import "tailwindcss"; \ No newline at end of file -- cgit v1.2.3