Use highlight.js scss instead of css in markdown styling (#1468)

This commit is contained in:
Evan Simkowitz 2024-12-10 12:47:39 -08:00 committed by GitHub
parent ff459743cd
commit 712f9d9706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
@import url("../../../node_modules/highlight.js/styles/github-dark-dimmed.min.css");
@import url("../../../node_modules/highlight.js/scss/github-dark-dimmed.scss");
.markdown {
display: flex;