From 016de876cff4bcfa0c13084fb6a08106ccc56e23 Mon Sep 17 00:00:00 2001 From: Victor Costan Date: Sat, 18 Oct 2014 17:21:04 -0400 Subject: [PATCH] Fix SCSS in the docs for Alert Boxes > Semantic Markup > Advanced. --- doc/pages/components/alert_boxes.html | 6 ++++++ 1 file changed, 6 insertions(+) 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}} -- 2.47.2