Closed plries closed 1 week ago
Code snippets that showcase Sass .scss code is not highlighted appropriately. This is evident with variables name such as $grey-100.
.scss
$grey-100
Variable names should be highlighted fully in brown.
Variable names are not fully colored as it stops at the hyphen -. The color of variable names are white.
-
Low
Bug
Paul Aries
Changed the class in the code component from "language-css" to `"language-scss"'. Applied some additional styling as well.
"language-css"
Description:
Code snippets that showcase Sass
.scss
code is not highlighted appropriately. This is evident with variables name such as$grey-100
.Steps To Reproduce:
Expected Result:
Variable names should be highlighted fully in brown.
Actual Result:
Variable names are not fully colored as it stops at the hyphen
-
. The color of variable names are white.Configurations:
Severity:
Low
Priority
Low
Type:
Bug
Assignee:
Paul Aries