Skip to content

Commit bf91adb

Browse files
authored
Update tailwind.py (#148)
Added '**/*.py'. This enables use of styles in python files e.g. crispy-forms
1 parent c5093bc commit bf91adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_tailwind_cli/management/commands/tailwind.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def _download_cli(*, force_download: bool = False) -> None:
367367
const plugin = require("tailwindcss/plugin");
368368
369369
module.exports = {
370-
content: ["./templates/**/*.html", "**/templates/**/*.html"],
370+
content: ["./templates/**/*.html", "**/templates/**/*.html",'**/*.py'],
371371
theme: {
372372
extend: {},
373373
},

0 commit comments

Comments
 (0)