Skip to content

Commit

Permalink
Revert "Remove redundant PurgeCSS whitelisting"
Browse files Browse the repository at this point in the history
This reverts commit eaff79f.
  • Loading branch information
frawleyskid committed May 20, 2024
1 parent 6d63009 commit 1401453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
safelist: [
"lazyload",
"lazyloaded",
...whitelister(["./node_modules/react-bootstrap/**/*.js"]),
...whitelister(["./assets/scss/**/*.scss", "./node_modules/react-bootstrap/**/*.js"]),
],
}),
],
Expand Down

0 comments on commit 1401453

Please sign in to comment.