From fdd8dacb752b718a918908156e5ce316d3f36559 Mon Sep 17 00:00:00 2001 From: ines Date: Tue, 24 Oct 2017 16:13:52 +0200 Subject: [PATCH] Fix compilation of color utility class names --- website/_harp.json | 2 +- website/assets/css/_base/_utilities.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/_harp.json b/website/_harp.json index 37a0b54dd..5a44f1a81 100644 --- a/website/_harp.json +++ b/website/_harp.json @@ -81,7 +81,7 @@ } ], - "V_CSS": "1.7", + "V_CSS": "1.8", "V_JS": "1.2", "DEFAULT_SYNTAX": "python", "ANALYTICS": "UA-58931649-1", diff --git a/website/assets/css/_base/_utilities.sass b/website/assets/css/_base/_utilities.sass index 2c40858a8..49e98064b 100644 --- a/website/assets/css/_base/_utilities.sass +++ b/website/assets/css/_base/_utilities.sass @@ -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