bem / bem-bl

Base BEM library
http://bem.github.com/bem-bl/
198 stars 84 forks source link

Need possibility to set needed css files for specific IE version in head #617

Closed f0rmat1k closed 9 years ago

deeonis commented 9 years ago

BEM-2209

tadatuta commented 9 years ago

@f0rmat1k why not just

{ elem: 'css', url: '_index.ie.css', ie: 'gte IE 8' }

?

tenorok commented 9 years ago

You have this possibility by using property ie as in example above and documentation :ru:.