A kss-node generator with Jade template/React.js component
npm install kss-jade-react-generatorA kss-node's generator - supporting Jade and React component
Currently lacks tests

In addition to Jade, React components can be used as the external markup file.
These properties must be set with either following ways:
* With CLI command - Use --custom option (see the official kss-node documentation)
* With JavaScript API - Pass the option including custom property with array value during the initialization (see gulpfile.js for an example)
List of the custom properties:
* DefaultModifier - Specifies the default modifier.
* Colors - Useful for just listing colors.
See the sample CSS file for more details.
The example style guide using the directory above can be generated through a Gulp task.
``bash`
$ gulp kss`
Then, open the generated style guide withbash``
$ gulp kss:open