In addition to copying these files to your Sass project, you'll also need to:
- Edit your
Gemfile
file to add:
gem 'support-for', '~> 1.0'
- Edit your project's Compass
config.rb
file to add:
require 'support-for'
- Update your local Gems with:
bundle install