Fix compilation of color utility class names

This commit is contained in:
ines 2017-10-24 16:13:52 +02:00
parent a2e7e9be98
commit fdd8dacb75
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@
}
],
"V_CSS": "1.7",
"V_CSS": "1.8",
"V_JS": "1.2",
"DEFAULT_SYNTAX": "python",
"ANALYTICS": "UA-58931649-1",

View File

@ -125,7 +125,7 @@
.u-border-dotted
border-top: 1px dotted $color-subtle
@each $name, $color in (theme: $color-theme, subtle: $color-subtle-dark, light: $color-back, red: $color-red, green: $color-green, yellow: $color-yellow)
@each $name, $color in (theme: $color-theme, subtle: $color-subtle-dark, light: $color-back, 'red': $color-red, 'green': $color-green, 'yellow': $color-yellow)
.u-color-#{$name}
color: $color