Skip to content

Commit

Permalink
Introduce .bemrc
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Apr 21, 2018
1 parent 94fde38 commit ff10dc7
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .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'
}
};

0 comments on commit ff10dc7

Please sign in to comment.