sass2jss
v1.0.2
Published
A simple command line tool for converting sass/scss to jss.
Downloads
1
Readme
A simple command line tool for converting sass/scss to jss.
Install
$ npm install -g sass2jss
or
$ yarn global add sass2jss
Usage
$ sass2jss -f input.scss -o output.js
You can omit the output file argument, in which case the resulting jss will be printed to stdout.