Skip to content

Commit

Permalink
Add purge css
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthelemur committed Nov 6, 2023
1 parent 352516f commit 7eefde0
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 4,576 deletions.
7 changes: 7 additions & 0 deletions purgecss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
content: ['build/*.html'],
css: ['build/dist/css/*.css'],
output: 'build/dist/css',
dynamicAttributes: ["data-bs-theme", "aria-expanded"],
safelist: [/phase-/]
}
Loading

0 comments on commit 7eefde0

Please sign in to comment.