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 16a5869 commit dde8972Copy full SHA for dde8972
postcss.config.js
@@ -10,7 +10,7 @@ module.exports = {
10
defaultExtractor: content =>
11
content
12
.match(/[\w-/:%]+(?<!:)/g)
13
- .concat(content.match(/html|body|after|before|snackbar|snackbarks|tippy|next|nprogress/g)) || [],
+ .concat(content.match(/html|body|after|before|snackbar|snackbarks|tippy|next|#nprogress/g)) || [],
14
whitelistPatterns: [
15
/html/,
16
/body/,
@@ -20,7 +20,7 @@ module.exports = {
20
/next/,
21
/snackbar/,
22
/snackbarks/,
23
- /nprogress/,
+ /#nprogress/,
24
],
25
}),
26
require('cssnano'),
0 commit comments