-
the bem methodology uses block__elem--mod but the engine uses block__elem_modName_modValue
how can I configure the engine to use the --mod?
since I have a css framework already defined that way, thi…
-
-
`mods` should be `elemMods` in https://github.com/bem/bem-components/blob/v2/common.blocks/popup/popup.examples/20-popup.bemjson.js#L75-L77 (and further on).
-
In `2.x` branch for BEMJSON
``` js
{ block: 'b1', elem: 'e1' }
```
and template
``` js
block('b1').elem('e1').mix()([{
{ block: 'b2' },
{ block: 'b3' }
}]);
```
the result is
``` html
``…
-
Ребята, помогите решить задачку, хочется сделать по уму:
У меня есть две страницы в bundles: page1 и page2. Эти страницы очень похожи, разница в том, что page2 немного более расширена ( добавляются и…
-
Тип boolean не описан в списке возможных типов, хотя ниже в примерах он используется.
-
1. С помощью `renderer.updateContent` создаём внутри блока `container` блок `outer`
2. Согласно BEMJSON внутри блока `outer` создаётся блок `inner`
3. В конструкторе блока `outer` уничтожается блок `i…
-
В bemjsone странички (desktop.bundles) нужно сделать что-бы были оба вида g-frame одновременно
-
При использовании сторонних библиотек, возникает необходимость в сборке css из файлов препроцессоров (less, stylus, sass), для использования готовых решений необходим skill подключения технологий комп…
-
- [x] `bemdecl-from-bemjson`
- [x] `bemdecl-from-deps-by-tech`
- [x] `bemdecl-merge`
- [x] `bemdecl-provider`
- [x] `bemdecl-test`
- [x] `deps-merge`
- [x] `deps-old`
- [x] `deps-provider`
- [x] `deps…
blond updated
9 years ago