diff --git a/postcss.config.js b/postcss.config.js index c9eba21..c64d027 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,4 +1,4 @@ -const purgecss = require("postcss-purgecss")({ +const purgecss = require("@fullhuman/postcss-purgecss")({ content: ["./hugo_stats.json"], defaultExtractor: (content) => { let els = JSON.parse(content).htmlElements;