A simple command line tool for converting sass/scss to jss.
$ npm install -g sass2jss
or
$ yarn global add sass2jss
$ 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.