]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixes #3897 - Removed incorrectly placed speech marks around #cccccc 3898/head
authorMichael Shannon <michaelrshannon@gmail.com>
Mon, 16 Dec 2013 10:23:33 +0000 (10:23 +0000)
committerMichael Shannon <michaelrshannon@gmail.com>
Mon, 16 Dec 2013 10:23:33 +0000 (10:23 +0000)
doc/pages/components/alert_boxes.html

index 5e020f26ab89cd91629667cb2f3631ab81dac332..fe110b5703a3f1dd1e19a8d4b92a7513db3ec891 100644 (file)
@@ -170,7 +170,7 @@ You can further customize your alert boxes using the provided options in the `al
 .custom-alert-box {
   @include alert(
     // Adjust the background of the alert
-    $bg: '#cccccc',
+    $bg: #cccccc,
     // Give a border to the alert box
     $radius: true
   );