We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a2274 commit e51af9eCopy full SHA for e51af9e
1 file changed
purgecss.config.js
@@ -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