We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb5ba8 commit fa8b055Copy full SHA for fa8b055
lib/default-theme/styles/code.styl
@@ -95,7 +95,7 @@ div[class*="language-"]
95
background-color $codeBgColor
96
97
98
-for lang in js ts html md vue css sass scss less stylus go java c sh yaml py
+for lang in $codeLang
99
div{'[class~="language-' + lang + '"]'}
100
&:before
101
content ('' + lang)
lib/default-theme/styles/config.styl
@@ -17,5 +17,6 @@ $MQMobileNarrow = 419px
17
18
// code
19
$lineNumbersWrapperWidth = 3.5rem
20
+$codeLang = js ts html md vue css sass scss less stylus go java c sh yaml py
21
22
@import '~@temp/override.styl'
0 commit comments