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