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 295dd88 commit da7eea8Copy full SHA for da7eea8
webpack.config.mjs
@@ -71,7 +71,7 @@ function PurgeCssOptions(mode) {
71
safelist: {
72
standard: [
73
/^callout-/, 'octicon'/* remark-github-blockquote-alert */,
74
- 'hljs', /^hljs-/, /^language-/,
+ /^hljs$|-/, /^language-/,
75
],
76
},
77
stdout: true,
0 commit comments