Skip to content

Commit

Permalink
Fix Purgecss configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed May 16, 2019
1 parent ebbab7e commit d7ebee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const purgecss = require('@fullhuman/postcss-purgecss')({
content: ['./*.html'],
content: ['./public/**/*.html'],
defaultExtractor: content => content.match(/[A-Za-z0-9-_:/]+/g) || []
})

Expand Down

0 comments on commit d7ebee6

Please sign in to comment.