This commit is contained in:
2026-05-12 19:35:15 +03:00
parent c451a106a1
commit 0fdb8b8a02
17 changed files with 1351 additions and 8 deletions

View File

@@ -0,0 +1,9 @@
@import "tailwindcss";
/* Tailwind 4 auto-detects most file types but does not scan Python files,
* and its default walk excludes folders outside the CWD it was started in.
* Be explicit about the two locations where we put Tailwind utility classes:
* Django templates and Python widget-attrs.
*/
@source "../templates";
@source "../apps";