diff --git a/.bemrc.js b/.bemrc.js new file mode 100644 index 000000000..1aeb6bd5e --- /dev/null +++ b/.bemrc.js @@ -0,0 +1,35 @@ +module.exports = { + root : true, + + levels : [ + { + layer : 'common', + scheme : 'nested' + }, + { + layer : 'desktop', + scheme : 'nested' + }, + { + layer : 'touch', + scheme : 'nested' + }, + { + layer : 'design-common', + path : 'design/common.blocks', + scheme : 'nested' + }, + { + layer : 'design-desktop', + path : 'design/desktop.blocks', + scheme : 'nested' + } + ], + + sets : { + desktop : 'common desktop', + touch : 'common touch', + 'design-desktop' : 'common desktop design-common design-desktop', + 'design-touch' : 'common touch design-common design-touch' + } +};