-
Здравствуйте!
Нужна помощь по настройке bem-grid. Делаю все как написано здесь https://github.com/bem-incubator/bem-grid Но в результате стилей в браузере нет. `enb make` отрабатывает без ошибок. Я по…
-
# here's
some `markdown`
-
Хотел предложить внести bem в хаб документации devdocs https://github.com/Thibaut/devdocs
> пользуюсь им из alfred, так удобнее быстро переходить к описанию методов из API
Но bem выглядит совершенно…
-
есть блок 'someBlock' в нём элемент 'elem1' в нём блок 'image', картинка image.svg
``` bemhtml
{
block : 'someBlock'
{
elem: 'elem1',
content:
{
…
-
### Input code or something about issue background
I cannot run new benchmark test as described in https://github.com/bem/bem-xjst/blob/master/bench/README.md
`node runner.js --rev1 --rev2 --bem…
-
Правильно ли я понимаю, что нельзя сматчиться на элемент блока, который примиксован к другому блоку?
``` js
// bemjson
({
block: 'start-screen',
content: [
{
block: 'butto…
-
### Задача
У меня есть следующий bemhtml-шаблон на блок *button*:
```
{
tag: 'button',
content: (node, ctx) => ctx.icon ? [
{
elem: 'icon',
url: ctx.icon
},
ctx.text ? {
elem: 'text…
-
Всем привет! Подскажите как правильно переопределять блоки для бандлов. Т.е. у нас есть desktop.blocks/header и touch-phone.blocks/header. Почему блок header определенный в touch-phone.bundles/index/i…
-
.bemjson + .bemhtml = html
-
I'm experimenting with this project to compile markdown as part of a documentation-driven development project I'm working on.
Is it possible (easy?) to get position information in the output of `co…