For the same BEMJSON for b-page block we have different results
{ elem : 'css', url : '10-simple', ie : true }
For desktop:
<!--[if gt IE 9]><!--><link rel="stylesheet" href="_10-simple.css"/><!--<![endif]-->
<!--[if IE 6]><link rel="stylesheet" href="_10-simple.ie6.css"/><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="_10-simple.ie7.css"/><![endif]-->
<!--[if IE 8]><link rel="stylesheet" href="_10-simple.ie8.css"/><![endif]-->
<!--[if IE 9]><link rel="stylesheet" href="_10-simple.ie9.css"/><![endif]-->
For touch:
<!--[if gte IE 9]><link rel="stylesheet" href="_10-simple"/><![endif]-->
Note that we lost .css suffix on the touch level
For the same BEMJSON for
b-pageblock we have different resultsFor desktop:
For touch:
<!--[if gte IE 9]><link rel="stylesheet" href="_10-simple"/><![endif]-->Note that we lost
.csssuffix on the touch level