Skip to content

Commit

Permalink
added show to purgecss whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Mole1424 committed Sep 24, 2024
1 parent aa185fc commit 27ec237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion purgecss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ module.exports = {
css: ['*.css'],
output: ['.'],
dynamicAttributes: ["data-bs-theme", "aria-expanded"],
safelist: [/day-2/, /day-3/]
safelist: [/day-2/, /day-3/],
whitelistPatterns: [/show/]
}

0 comments on commit 27ec237

Please sign in to comment.