diff --git a/postcss.config.js b/postcss.config.js index 156978900..73b7c8dad 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -4,12 +4,12 @@ module.exports = (ctx) => ({ plugins: [ require('tailwindcss')(path.resolve(__dirname, 'tailwind.config.js')), require('autoprefixer'), - require('@fullhuman/postcss-purgecss')({ - content: [ - path.resolve(__dirname, 'templates/**/*.html'), - path.resolve(__dirname, 'templates/*.html') - ], - defaultExtractor: content => content.match(/[A-Za-z0-9-_:/]+/g) || [] - }) + //require('@fullhuman/postcss-purgecss')({ + // content: [ + // path.resolve(__dirname, 'templates/**/*.html'), + // path.resolve(__dirname, 'templates/*.html') + // ], + // defaultExtractor: content => content.match(/[A-Za-z0-9-_:/]+/g) || [] + //}) ], }); \ No newline at end of file