Skip to content

Commit

Permalink
fixed hljs background
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Jul 9, 2024
1 parent 295dd88 commit da7eea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function PurgeCssOptions(mode) {
safelist: {
standard: [
/^callout-/, 'octicon'/* remark-github-blockquote-alert */,
'hljs', /^hljs-/, /^language-/,
/^hljs$|-/, /^language-/,
],
},
stdout: true,
Expand Down

0 comments on commit da7eea8

Please sign in to comment.