Skip to content

Commit

Permalink
Fix glob pattern in Tailwind purge list
Browse files Browse the repository at this point in the history
  • Loading branch information
mufidu committed Jul 23, 2021
1 parent aa25e78 commit db280ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
purge: ["./src/**/*.html", "./src/**/*.js"],
purge: ["./**/*.html", "./**/*.js"],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},
Expand Down

0 comments on commit db280ec

Please sign in to comment.