From: mathieulavigne Date: Thu, 27 Mar 2014 19:35:08 +0000 (-0400) Subject: Update _settings.scss X-Git-Tag: v5.2.2~61^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4826%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update _settings.scss Unexpected space in rgba value. --- 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