SassC::ImportOnce
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
- Fork it ( https://github.com/[my-github-username]/sassc-import_once/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request