Skip to content

Commit da7eea8

Browse files
committed
fixed hljs background
1 parent 295dd88 commit da7eea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function PurgeCssOptions(mode) {
7171
safelist: {
7272
standard: [
7373
/^callout-/, 'octicon'/* remark-github-blockquote-alert */,
74-
'hljs', /^hljs-/, /^language-/,
74+
/^hljs$|-/, /^language-/,
7575
],
7676
},
7777
stdout: true,

0 commit comments

Comments
 (0)