Skip to content

Latest commit

 

History

History

ruby-sass-compass

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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