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 fb3613b commit b66c2daCopy full SHA for b66c2da
purgecss/index.js
@@ -2,7 +2,8 @@ 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 =>
6
+ content.match(/[A-Za-z0-9-_/:]*[A-Za-z0-9-_/]+/g) || [],
7
};
8
9
module.exports = postcss.plugin('tailwind-purgecss', function(opts) {
0 commit comments