From: Victor Costan Date: Sat, 18 Oct 2014 21:21:04 +0000 (-0400) Subject: Fix SCSS in the docs for Alert Boxes > Semantic Markup > Advanced. X-Git-Tag: v5.5.0~75^2~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5951%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix SCSS in the docs for Alert Boxes > Semantic Markup > Advanced. --- diff --git a/doc/pages/components/alert_boxes.html b/doc/pages/components/alert_boxes.html index 6e03f38ef..6b456f1be 100644 --- a/doc/pages/components/alert_boxes.html +++ b/doc/pages/components/alert_boxes.html @@ -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}}