Update postcss config with new package names
This commit is contained in:
parent
c26c90e84b
commit
9a2f3d287a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
const purgecss = require('@fullhuman/postcss-purgecss')({
|
const purgecss = require('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