]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removed unnecessary space on line 11 after rgba 3636/head
authorJTallis <castle-of-glass@hotmail.co.uk>
Fri, 22 Nov 2013 20:32:58 +0000 (20:32 +0000)
committerJTallis <castle-of-glass@hotmail.co.uk>
Fri, 22 Nov 2013 20:32:58 +0000 (20:32 +0000)
The unnecessary space that was placed on line 11 after rgba would cause issues after compiling. Removed the space.

scss/foundation/components/_clearing.scss

index 5701ec2b34aab1d0770a1073c0e5973eab6f776c..7ef63a53ba8ef529b3dc1dd643bb17e732627faf 100644 (file)
@@ -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
+}