kcliu / gulp-kss

KSS setup for gulp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gulp KSS

Gulp KSS integration with SASS and Live Reload

It utilizes Gulp-KSS and follows the KSS-Node demo but with sass instead of less

Live Demo

Instructions

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

About

KSS setup for gulp


Languages

Language:CSS 62.9%Language:JavaScript 37.1%