Skip to content

Commit e51af9e

Browse files
committed
Create purgecss.config.js
1 parent f6a2274 commit e51af9e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

purgecss.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
content: ["publix/**/*.html", "src/**/*.js"], // Be careful not to include the `node_modules` folder in your globs.
3+
css: ["./styles/style.css"],
4+
whitelist: [],
5+
}

0 commit comments

Comments
 (0)