Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bemjson-to-scss

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bemjson-to-scss

BEMJSON to CSS/SCSS serializer

  • 0.1.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

bemjson-to-scss

BEMJSON to CSS/SCSS serializer

This is a generator of CSS/SCSS from BEMJSON.

DEMO

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 or scss to serialize to (default: scss).
  • compact Boolean - removes all the whitespaces if true (default: false).
  • tab String - you can choose tabs for inner classes e.g or \t (default: , two spaces).
  • 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

Keywords

FAQs

Package last updated on 08 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc