This is a starter project template that uses LibSass to compile Susy with Gulp. Detailed instructions on how this template is set up is found at ???
- Clone the repo
git clone https://github.com/zellwk/gulp-susy-starter.git
- Install Node dependencies
$ npm install
- Install Bower dependencies
$ bower install
The gruntfile in this project is setup to run gulp-sass
and to watch the scss file for changes. Use the gulp
command to start the process.
$ gulp
That's it!