Created
October 2, 2016 16:02
-
-
Save a-x-/0f0bf85639374411b8db404f22976d23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "root": true, | |
| "levels": { | |
| "common.blocks": { | |
| scheme: "nested", | |
| default: true | |
| }, | |
| "desktop.blocks": { | |
| scheme: "nested" | |
| }, | |
| "touch.blocks": { | |
| scheme: "nested" | |
| }, | |
| "touch-phone.blocks": { | |
| scheme: "nested" | |
| }, | |
| "touch-pad.blocks": { | |
| scheme: "nested" | |
| } | |
| }, | |
| "libs": { | |
| "libName": { | |
| "path": "path/to/lib" | |
| } | |
| }, | |
| "sets": { | |
| "setName": ["level1", "level2"] | |
| }, | |
| "modules": { | |
| "bem-tools": { | |
| "plugins": { | |
| "create": { | |
| "techs": [ | |
| "css", "js", "bemhtml.js", "deps.js" | |
| ], | |
| "levels": { | |
| "common.blocks": { | |
| scheme: "nested", | |
| default: true | |
| }, | |
| "desktop.blocks": { | |
| scheme: "nested" | |
| }, | |
| "touch.blocks": { | |
| scheme: "nested" | |
| }, | |
| "touch-phone.blocks": { | |
| scheme: "nested" | |
| }, | |
| "touch-pad.blocks": { | |
| scheme: "nested" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment