Skip to content

jasonsanjose/bourbon-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Jason San Jose, Adobe

Example project using Bourbon 4.2.0 to be compatible with libsass 3.1 and the brackets-sass extension.

Notes

Initial Setup

  1. Install Bower npm install -g bower. Bower requires Bower requires Node and npm and Git.
  2. Install Bourbon 4.2.0 in your project directory bower install bourbon#4.2.0
  3. Create a .brackets.json file (see example in this project)
    • Add Bourbon to the include path
    • Choose which .scss/.sass files in your project to compile
    • Define an output folder/file for your compiled .css file
  4. Import Bourbon in your stylesheet @import "bourbon";