Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Commit d7ebee6

Browse files
committed
Fix Purgecss configuration
1 parent ebbab7e commit d7ebee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const purgecss = require('@fullhuman/postcss-purgecss')({
2-
content: ['./*.html'],
2+
content: ['./public/**/*.html'],
33
defaultExtractor: content => content.match(/[A-Za-z0-9-_:/]+/g) || []
44
})
55

0 commit comments

Comments
 (0)