diff options
| author | Bobby <[email protected]> | 2026-01-20 14:02:34 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-01-20 14:02:34 +0530 |
| commit | 7fee36b4fbae90dacdecb917e262ad58927fe746 (patch) | |
| tree | 3739af9bf8d2e78c6536a7dfa24ce391abb90ff1 /static/css/tailwind.css | |
| parent | 61d5f45189a40621bceeb14c6646031dd15ab6c2 (diff) | |
| download | cafe-7fee36b4fbae90dacdecb917e262ad58927fe746.tar.xz cafe-7fee36b4fbae90dacdecb917e262ad58927fe746.zip | |
Add Tailwind CSS and HTMX integration and implement custom template tags
Diffstat (limited to 'static/css/tailwind.css')
| -rw-r--r-- | static/css/tailwind.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
