From 3a3a4a3497bb5a40c29dce50ab30244fe1e5225b Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Thu, 25 Nov 2021 23:01:09 +0100 Subject: [PATCH] sex --- postcss.config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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