bem-sdk-archive / bem-decl

:capital_abcd: Manage declaration of BEM entities. DEPRECATED →
https://github.com/bem/bem-sdk/tree/master/packages/decl
Other
11 stars 3 forks source link

JSON Scheme BEMDECL v1 #83

Open blond opened 7 years ago

blond commented 7 years ago
const schemes = require('@bem/decl').schemes;

schemes.v1 // { ... }
qfox commented 7 years ago

If these schemes are so independent why we annex it here? Can we provide simple method to validate schemes instead of just exporting it as an object in some format?