mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +03:00
Fix compilation of color utility class names
This commit is contained in:
parent
a2e7e9be98
commit
fdd8dacb75
|
@ -81,7 +81,7 @@
|
|||
}
|
||||
],
|
||||
|
||||
"V_CSS": "1.7",
|
||||
"V_CSS": "1.8",
|
||||
"V_JS": "1.2",
|
||||
"DEFAULT_SYNTAX": "python",
|
||||
"ANALYTICS": "UA-58931649-1",
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user