Skip to content

Changes the behavior of Sassc's @import directive to only import a file once.

License

Notifications You must be signed in to change notification settings

appfolio/sassc-import_once

Repository files navigation

SassC::ImportOnce

Gem Version Build status

Changes the behavior of Sassc's @import directive to only import a file once. This is very similar to the functionality provided by https://github.com/Compass/compass/tree/master/import-once for Sass.

Installation

Add this line to your application's Gemfile:

gem 'sassc-import_once', :require => 'sassc/import_once/activate'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sassc-import_once

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/sassc-import_once/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Changes the behavior of Sassc's @import directive to only import a file once.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages