/groundwork-sass

Lite boilerplate to start projects with Sass

Primary LanguageCSS

Groundwork Sass

Lite boilerplate to start projects with Sass.

How to use it!

Features

  • Compile Sass files with Node-sass with Sourcemaps
  • Autoprefix Stylesheets.
  • Generate a CSS minified version.

Install

In order to use this boilerplate you need to install:

Node.js

Using the Node.js Installer or using Homebrew

$ brew install node

Gulp-CLI

Install the gulp command

$ npm i gulp-cli -g

NPM Dependencies

Install dependencies in the Starter Pack Lite folder

$ npm i

Usage

To start watching .scss files for changes

$ gulp

To compile and generate a CSS minified version

$ gulp build