diff --git a/postcss.config.js b/postcss.config.js index ace22f46a4..156978900b 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -6,7 +6,8 @@ module.exports = (ctx) => ({ require('autoprefixer'), require('@fullhuman/postcss-purgecss')({ content: [ - path.resolve(__dirname, 'templates/**/*.html') + path.resolve(__dirname, 'templates/**/*.html'), + path.resolve(__dirname, 'templates/*.html') ], defaultExtractor: content => content.match(/[A-Za-z0-9-_:/]+/g) || [] })