sex
This commit is contained in:
parent
90bc983a52
commit
fc15bd6c27
1 changed files with 7 additions and 7 deletions
|
@ -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) || []
|
||||
//})
|
||||
],
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue