diff --git a/doc-src/content/reference/blueprint/ie.haml b/doc-src/content/reference/blueprint/ie.haml index d7f5eac1..fcb4979f 100644 --- a/doc-src/content/reference/blueprint/ie.haml +++ b/doc-src/content/reference/blueprint/ie.haml @@ -1,11 +1,36 @@ --- -title: Blueprint Ie -crumb: Ie +title: Blueprint IE Compatibility +crumb: Internet Explorer framework: blueprint stylesheet: blueprint/_ie.sass classnames: - reference --- - render 'reference' do - %p - Lorem ipsum dolor sit amet. + :markdown + This module should be imported into a stylesheet that will + only be served to legacy versions of Internet Explorer. If + you've used the blueprint project generator, this will be + done for you. In a standard blueprint project you'll need + the following: + +
+    @import blueprint/ie
+    +blueprint-ie
+    
+ + Or if you prefer to use blueprint on only some pages you can + nest these styles. E.g. + +
+    @import blueprint/ie
+    body.blueprint
+      +blueprint-ie(true)
+    
+ + The stylesheet should then be linked like so: + +
+    
+