App v0.1
This commit is contained in:
9
assets/tailwind.source.css
Normal file
9
assets/tailwind.source.css
Normal 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";
|
||||
Reference in New Issue
Block a user