Skip to content

Commit

Permalink
Fixed dark mode not working after purgecss
Browse files Browse the repository at this point in the history
  • Loading branch information
george-gca authored Jan 20, 2024
1 parent 7c617d8 commit 711af76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions purgecss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
content: ["_site/**.html", "_site/**.js"],
content: ["_site/**/*.html", "_site/**/*.js"],
css: ["_site/assets/css/*.css"],
output: "_site/assets/css/",
skippedContentGlobs: ["_site/assets/**.html"],
skippedContentGlobs: ["_site/assets/**/*.html"],
};

0 comments on commit 711af76

Please sign in to comment.