Awesome
Author: Jason San Jose, Adobe
Example project using Compass 3.2.3 to be compatible with libsass 3 and the brackets-sass extension.
Notes
- Requires Ruby and Compass to be installed
Initial Repository Setup
- Use
compass create compass-example
to create a boilerplate project - Install Bower
npm install -g bower
. Bower requires Bower requires Node and npm and Git. - Install open-iconic in
compass-example
for spritesheet example used in sass/screen.scss - Create a
.brackets.json
file (see example in this project)- Add
sass.compiler: ruby
andsass.compass: true
- Note that the standard brackets-sass options are not supported, but
config.rb
is used instead
- Add
- Change
config.rb
to pull images from open-iconicimages_dir = "bower_components/open-iconic"