Skip to content

Commit

Permalink
Merge branch 'improvement/ghi-#27-colorize-css-hex-color-hash-symbol-…
Browse files Browse the repository at this point in the history
…as-keyword' into develop
  • Loading branch information
arcticicestudio committed Sep 20, 2016
2 parents ebdb534 + 5ca7ba3 commit 323f771
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions styles/languages/css.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,21 @@ W3C
.source.css.less,
.source.css.scss,
.source.css.sass {
.meta.at-rule {
.punctuation.definition.keyword {
color: @syntax-color-keyword;
.meta {
&.at-rule {
.punctuation.definition.keyword {
color: @syntax-color-keyword;
}

& > .string.quoted {
color: @syntax-color-class;
}
}

& > .string.quoted {
color: @syntax-color-class;
&.property-value {
.punctuation.definition.constant {
color: @syntax-color-keyword;
}
}
}

Expand Down

0 comments on commit 323f771

Please sign in to comment.