10 lines
345 B
CSS
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";
|