kedwards/knc-bs-sass

A simple SASS project template


License
GPL-3.0

Documentation

KnC BS Sass

A simple template for starting bootstrap based web development

Installation

SASS compiler is required and can be downloaded from SASS

The main file 'styles.css' will:

  1. Load project variables
    • Import in the default bootstrap variables.
    • Then override bootstrap default with project specific values from local variables.scss
  2. Load bootstrap sass files
    • Load bootstrap sass files by removing the comment for the imports required
  3. Load custom sass files
    • Load custom css written in local base.scss

Usage

Compiling SASS to CSS

  1. git clone git@github.com:kedwards/knc-bs-sass.git
  2. cd knc-bs-sass/
  3. sass --watch path/to/scss/files:path/to/css/output/dir