Skip to content

Commit

Permalink
Create purgecss.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 22, 2020
1 parent f6a2274 commit e51af9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions purgecss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
content: ["publix/**/*.html", "src/**/*.js"], // Be careful not to include the `node_modules` folder in your globs.
css: ["./styles/style.css"],
whitelist: [],
}

0 comments on commit e51af9e

Please sign in to comment.