Skip to content

Commit

Permalink
[TASK] Set scss interpolations to @green
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonmcros committed Dec 28, 2017
1 parent f5c8e98 commit 5e14d17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.less
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,10 @@ atom-text-editor[data-grammar="source gfm"]:not(.mini).editor {
color: @blue-gray;
}

.syntax--interpolation.syntax--scss {
color: @green;
}

atom-text-editor[mini] .scroll-view,
atom-text-editor([mini]) .scroll-view {
padding-left: 1px;
Expand Down

0 comments on commit 5e14d17

Please sign in to comment.