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 a8c1095 commit 10697acCopy full SHA for 10697ac
_sass/_syntax-highlighting.scss
@@ -6,7 +6,9 @@
6
@extend %vertical-rhythm;
7
8
.c { color: #998; font-style: italic } // Comment
9
+ /* Disabled due to false positives
10
.err { color: #a61717; background-color: #e3d2d2 } // Error
11
+ */
12
.k { font-weight: bold } // Keyword
13
.o { font-weight: bold } // Operator
14
.cm { color: #998; font-style: italic } // Comment.Multiline
0 commit comments