From ae95f532f3099c354ead9dfe386fe9cfd4a1e23d Mon Sep 17 00:00:00 2001 From: Billy Keyes Date: Mon, 2 Dec 2024 16:53:02 -0800 Subject: [PATCH] Update postcss config with new syntax --- postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postcss.config.js b/postcss.config.js index 08a6038f..fcefad2c 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,5 +1,5 @@ const tailwind = require('tailwindcss'); -const purgecss = require('@fullhuman/postcss-purgecss'); +const purgecss = require('@fullhuman/postcss-purgecss').purgeCSSPlugin; const cssnano = require('cssnano'); const isProduction = process.env.NODE_ENV === 'production';