Skip to content

Commit c5093bc

Browse files
authored
Update settings.md (#149)
Updated documentation to reflect new default config
1 parent 40f1442 commit c5093bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If you don't create a `tailwind.config.js` file yourself, the management command
9191
const plugin = require("tailwindcss/plugin");
9292

9393
module.exports = {
94-
content: ["./templates/**/*.html", "**/templates/**/*.html"],
94+
content: ["./templates/**/*.html", "**/templates/**/*.html", '**/*.py'],
9595
theme: {
9696
extend: {},
9797
},

0 commit comments

Comments
 (0)