From 9a2f3d287a95c7a2eb0abb79425b6094419d210b Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 2 Feb 2022 01:11:37 -0600 Subject: [PATCH] Update postcss config with new package names --- postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postcss.config.js b/postcss.config.js index faed436..259237a 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,4 +1,4 @@ -const purgecss = require('@fullhuman/postcss-purgecss')({ +const purgecss = require('postcss-purgecss')({ content: ['./hugo_stats.json'], defaultExtractor: (content) => { let els = JSON.parse(content).htmlElements;