Docs for the blueprint IE module.
This commit is contained in:
parent
de5ec40a3f
commit
3539728902
@ -1,11 +1,36 @@
|
|||||||
---
|
---
|
||||||
title: Blueprint Ie
|
title: Blueprint IE Compatibility
|
||||||
crumb: Ie
|
crumb: Internet Explorer
|
||||||
framework: blueprint
|
framework: blueprint
|
||||||
stylesheet: blueprint/_ie.sass
|
stylesheet: blueprint/_ie.sass
|
||||||
classnames:
|
classnames:
|
||||||
- reference
|
- reference
|
||||||
---
|
---
|
||||||
- render 'reference' do
|
- render 'reference' do
|
||||||
%p
|
:markdown
|
||||||
Lorem ipsum dolor sit amet.
|
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:
|
||||||
|
|
||||||
|
<pre class="source-code sass">
|
||||||
|
@import blueprint/ie
|
||||||
|
+blueprint-ie
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
Or if you prefer to use blueprint on only some pages you can
|
||||||
|
nest these styles. E.g.
|
||||||
|
|
||||||
|
<pre class="source-code sass">
|
||||||
|
@import blueprint/ie
|
||||||
|
body.blueprint
|
||||||
|
+blueprint-ie(true)
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
The stylesheet should then be linked like so:
|
||||||
|
|
||||||
|
<pre class="source-code html">
|
||||||
|
<!--[if lt IE 8]><link rel="stylesheet" href="/stylesheets/ie.css"
|
||||||
|
type="text/css" media="screen, projection"><![endif]-->
|
||||||
|
</pre>
|
||||||
|
Loading…
Reference in New Issue
Block a user