We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc8bce commit fb3613bCopy full SHA for fb3613b
purgecss/index.js
@@ -2,7 +2,7 @@ const postcss = require('postcss');
2
3
let config = {
4
content: ['./public/**/*.html', './src/**/*.vue'],
5
- defaultExtractor: content => content.match(/[A-z0-9-_:/]+/g),
+ defaultExtractor: content => content.match(/[A-z0-9-_:/]+/g) || [],
6
};
7
8
module.exports = postcss.plugin('tailwind-purgecss', function(opts) {
0 commit comments