From 5566820f2bc8dac535be64e2a77110d9c17cac44 Mon Sep 17 00:00:00 2001 From: mathieulavigne Date: Thu, 27 Mar 2014 15:35:08 -0400 Subject: [PATCH] Update _settings.scss Unexpected space in rgba value. --- scss/foundation/_settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index 0a6197e44..c7c63712a 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -369,7 +369,7 @@ // We use these to set the background colors for parts of Clearing. // $clearing-bg: #333; // $clearing-caption-bg: $clearing-bg; -// $clearing-carousel-bg: rgba (51,51,51,0.8); +// $clearing-carousel-bg: rgba(51,51,51,0.8); // $clearing-img-bg: $clearing-bg; // We use these to style the close button -- 2.47.2