1.0.2 • Published 7 years ago
sass2jss v1.0.2
A simple command line tool for converting sass/scss to jss.
Install
$ npm install -g sass2jssor
$ yarn global add sass2jssUsage
$ sass2jss -f input.scss -o output.jsYou can omit the output file argument, in which case the resulting jss will be printed to stdout.