bem / bem-core

BEM Core Library
https://ru.bem.info/technologies/classic/i-bem/
Other
275 stars 94 forks source link

page__css: rethink about bemjson API in case of IE #281

Closed dfilatov closed 10 years ago

dfilatov commented 10 years ago

Right now:

{ elem : 'css', url : '_30-css-ie.css', ie : false },
{ elem : 'css', url : '_30-css-ie', ie : true }
tadatuta commented 10 years ago

I think we don't need ie : true shortcut anymore as there's almost no IE6 and IE7, IE9 will disappear soon and newer IEs don't understand conditional comments.

so there will be just one common ie.css or ie8.css + ie9.css which is easy to handle manually.