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 ebdb534 commit 5ca7ba3Copy full SHA for 5ca7ba3
1 file changed
styles/languages/css.less
@@ -26,13 +26,21 @@ W3C
26
.source.css.less,
27
.source.css.scss,
28
.source.css.sass {
29
- .meta.at-rule {
30
- .punctuation.definition.keyword {
31
- color: @syntax-color-keyword;
+ .meta {
+ &.at-rule {
+ .punctuation.definition.keyword {
32
+ color: @syntax-color-keyword;
33
+ }
34
+
35
+ & > .string.quoted {
36
+ color: @syntax-color-class;
37
38
}
39
- & > .string.quoted {
- color: @syntax-color-class;
40
+ &.property-value {
41
+ .punctuation.definition.constant {
42
43
44
45
46
0 commit comments