Author: Jason San Jose, Adobe
Example project using Bourbon 4.2.0 to be compatible with libsass 3.1 and the brackets-sass extension.
- Does not require Ruby to be installed
- Bourbon 4.2.0 now supports libsass.
- Install Bower
npm install -g bower. Bower requires Bower requires Node and npm and Git. - Install Bourbon 4.2.0 in your project directory
bower install bourbon#4.2.0 - Create a
.brackets.jsonfile (see example in this project)- Add Bourbon to the include path
- Choose which
.scss/.sassfiles in your project to compile - Define an output folder/file for your compiled
.cssfile
- Import Bourbon in your stylesheet
@import "bourbon";