remotes/1693045480750635534/spooky-22
fireworks88 2021-11-25 23:00:06 +01:00
parent 26fcdbe226
commit afe274a615
1 changed files with 2 additions and 1 deletions

View File

@ -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) || []
})