node-beml icon indicating copy to clipboard operation
node-beml copied to clipboard

HTML preprocessor for BEM

Results 2 node-beml issues
Sort by recently updated
recently updated
newest added

Example of not working code: th(elem="head-cell", mix="block:table, elem:head-cell") This code works well: th(elem="head-cell", mix="block:table, elem:head")

Unfortunately it’s quite common pattern people copy from the spec: ``` ``` And I see the following error: ``` /Users/pepelsbey/Projects/Opera/Dev.Opera/Site/node_modules/gulp-beml/node_modules/map-stream/index.js:103 throw err ^ Error: Parse Error: ```