bemjson-to-scss
v0.1.7
Published
BEMJSON to CSS/SCSS serializer
Downloads
12
Maintainers
Readme
bemjson-to-scss
BEMJSON to CSS/SCSS serializer
This is a generator of CSS/SCSS from BEMJSON.
API
Installing
npm install bemjson-to-scss --save
To run this library in a browser you can use bundle.js
file.
new BEMJSON([options])
Creates serializer object.
Options:
compileTo
String -css
orscss
to serialize to (default:scss
).compact
Boolean - removes all the whitespaces iftrue
(default:false
).tab
String - you can choose tabs for inner classes e.g\t
(default:modificatorSeparator
String - Suffix to use for mods instead of default--
one. (E.g.{modificatorSeparator: '_'}
).
BEMJSON.toCSS(bemjson)
Returns serialized CSS string.
License
MIT (c) Pavlo Vozniuk