Skip to content

Commit

Permalink
fix modals
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 committed Sep 8, 2023
1 parent 5a3c982 commit c3d5fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minify.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const purgeCSSConfig = {
content: ['./**/*.html'],
css: ['./css/main.css'],
output: './css/main.min.css',
safelist: ['is-active'],
};

purgeCSS.purge(purgeCSSConfig).then(result => {
Expand Down

0 comments on commit c3d5fd3

Please sign in to comment.