]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix SCSS in the docs for Alert Boxes > Semantic Markup > Advanced. 5951/head
authorVictor Costan <costan@gmail.com>
Sat, 18 Oct 2014 21:21:04 +0000 (17:21 -0400)
committerVictor Costan <costan@gmail.com>
Sat, 18 Oct 2014 21:21:04 +0000 (17:21 -0400)
doc/pages/components/alert_boxes.html

index 6e03f38ef8caafaef00c3b9557644d0593f1a92c..6b456f1be864682601cee1eb83e2e104ad57c485 100644 (file)
@@ -217,6 +217,12 @@ You can further customize your alert boxes using the provided options in the `al
     // Give a border to the alert box
     $radius: true
   );
+  .close {
+    @include alert-close();
+  }
+  &.alert-close {
+    opacity: 0;
+  }
 }
 ```
 {{/markdown}}