From b519b2f552b033f32b7d6900387d6093c05545e1 Mon Sep 17 00:00:00 2001 From: Skye Giordano Date: Sun, 20 Nov 2016 19:44:25 -0800 Subject: [PATCH] Adds missing colon in the @value assignment --- src/backgrounds.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backgrounds.css b/src/backgrounds.css index edcd1fc..4ef294b 100644 --- a/src/backgrounds.css +++ b/src/backgrounds.css @@ -1,4 +1,4 @@ -@value light-blue #0074D9; +@value light-blue: #0074D9; .lightBlueBackground { composes: whiteBorder from "./a.css";