feat(theme): add tailwind

This commit is contained in:
2026-03-11 09:18:20 +01:00
parent e861507343
commit 9efe6b0295
4 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
@import "tailwindcss";
/**
* A catch-all path to Django template files, JavaScript, and Python files
* that contain Tailwind CSS classes and will be scanned by Tailwind to generate the final CSS file.
*
* If your final CSS file is not being updated after code changes, you may want to broaden or narrow
* the scope of this path.
*/
@source "../../../**/*.{html,py,js}";