Gulp KSS integration with SASS and Live Reload
It utilizes Gulp-KSS and follows the KSS-Node demo but with sass instead of less
Clone the repo
cd to the directory
Install the node modules with npm install
Generate the styleguide with the default gulp command.
gulp
This will create a directory called 'styleguide'. Open up index.html and you're good to go.
You can also use live reload with gulp watch
Read the KSS Spec for more cool things you can do with it