/sass2jss

Convert sass to jss

Primary LanguageJavaScript

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.