bem-core icon indicating copy to clipboard operation
bem-core copied to clipboard

i-bem: Document specific about static fields declaration for modifiers

Open veged opened this issue 9 years ago • 0 comments

BEM.decl({block: 'foo'}, {prop: 42});
BEM.decl({block: 'foo', modName: 'type', modVal: 'bar'}, {prop: 100500});
BEM.create(‘foo’).prop; // 100500

veged avatar Jul 06 '16 12:07 veged