diff --git a/frameworks/blueprint/stylesheets/blueprint/_ie.scss b/frameworks/blueprint/stylesheets/blueprint/_ie.scss index dfa96d41..fb3fe5f7 100644 --- a/frameworks/blueprint/stylesheets/blueprint/_ie.scss +++ b/frameworks/blueprint/stylesheets/blueprint/_ie.scss @@ -9,22 +9,23 @@ //| -------------- //| //| As a top-level mixin, apply to any page that includes the stylesheet: -//| -//| +blueprint-ie -//| +//|
+//| +blueprint-ie +//|//| Scoped by a presentational class: -//| -//| body.blueprint -//| +blueprint-ie(true) -//| +//|
+//| body.blueprint +//| +blueprint-ie(true) +//|//| Scoped by semantic selectors: -//| -//| body#page-1, body#page-2, body.a-special-page-type -//| +blueprint-ie(true) -//| +//|
+//| body#page-1, body#page-2, body.a-special-page-type +//| +blueprint-ie(true) +//|//| **Deprecated:** You can pass the body selector as the first argument when used as a top-level mixin -//| -//| +blueprint-ie("body#page-1, body#page-2, body.a-special-page-type") +//|
+//| +blueprint-ie("body#page-1, body#page-2, body.a-special-page-type") +//|@mixin blueprint-ie($body_selector: body) { @if $body_selector == true { @include blueprint-ie-body;