Files
hamprint/assets/tailwind.source.css
2026-05-12 19:35:15 +03:00

10 lines
345 B
CSS

@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";