Awesome
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
- Does not require Ruby to be installed
- Bourbon 4.2.0 now supports libsass.
Initial Setup
- 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.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
- Import Bourbon in your stylesheet
@import "bourbon";