From d100cac881e8b616f59ad602489899a98f39c300 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 6 May 2010 19:08:34 -0700 Subject: [PATCH] [Docs] Add syntax highlighting to some code examples in the source comments. --- .../blueprint/stylesheets/blueprint/_ie.scss | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) 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;