Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 362 Bytes

File metadata and controls

17 lines (11 loc) · 362 Bytes

Fork-able normalize-scss
for Ruby Sass and Compass 1.0

In addition to copying these files to your Sass project, you'll also need to:

  1. Edit your Gemfile file to add:
gem 'support-for', '~> 1.0'
  1. Edit your project's Compass config.rb file to add:
require 'support-for'
  1. Update your local Gems with: bundle install