From: JTallis Date: Fri, 22 Nov 2013 20:32:58 +0000 (+0000) Subject: Removed unnecessary space on line 11 after rgba X-Git-Tag: v5.0.1~3^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3636%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removed unnecessary space on line 11 after rgba The unnecessary space that was placed on line 11 after rgba would cause issues after compiling. Removed the space. --- diff --git a/scss/foundation/components/_clearing.scss b/scss/foundation/components/_clearing.scss index 5701ec2b3..7ef63a53b 100644 --- a/scss/foundation/components/_clearing.scss +++ b/scss/foundation/components/_clearing.scss @@ -8,7 +8,7 @@ $include-html-clearing-classes: $include-html-classes !default; // We use these to set the background colors for parts of Clearing. $clearing-bg: #333 !default; $clearing-caption-bg: $clearing-bg !default; -$clearing-carousel-bg: rgba (51,51,51,0.8) !default; +$clearing-carousel-bg: rgba(51,51,51,0.8) !default; $clearing-img-bg: $clearing-bg !default; // We use these to style the close button @@ -230,4 +230,4 @@ $clearing-carousel-thumb-active-border: 1px solid rgb(255,255,255) !default; } } -} \ No newline at end of file +}