refactor: Replace postcss-purgecss import statement
This commit is contained in:
parent
bd7e8234a2
commit
86f22d1abd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
const purgecss = require("postcss-purgecss")({
|
const purgecss = require("@fullhuman/postcss-purgecss")({
|
||||||
content: ["./hugo_stats.json"],
|
content: ["./hugo_stats.json"],
|
||||||
defaultExtractor: (content) => {
|
defaultExtractor: (content) => {
|
||||||
let els = JSON.parse(content).htmlElements;
|
let els = JSON.parse(content).htmlElements;
|
||||||
|
|
Loading…
Reference in a new issue