Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions theme/static_src/src/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
@import "tailwindcss";

/* Templates within theme app (e.g. base.html) */
@source "../../templates/**/*.html";

/* Templates in other apps */
@source "../../../**/templates/*.html";

/**
* 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.
Expand All @@ -8,3 +14,6 @@
* the scope of this path.
*/
@source "../../../**/*.{html,py,js}";

/* Ignore files in node_modules */
@source not "../../../**/node_modules";
8 changes: 0 additions & 8 deletions theme/static_src/tailwind.config.js

This file was deleted.