FortAwesome / font-awesome-sass

Font-Awesome Sass gem for use in Ruby/Rails projects
MIT License
906 stars 265 forks source link

Skip loading sass-rails, loading sass is enough #141

Closed jsmestad closed 6 years ago

jsmestad commented 6 years ago

This should make the gem compatible with sassc-rails as well as sass-rails (from issue #112). There is no reason this gem should need to call require sass-rails, as the parent Rails app should decide what railties it needs and either:

  1. Have sass-rails already included
  2. Be using an alternative like sassc-rails
supercodepoet commented 6 years ago

This has been added to 5.0.6.1. Thank you for the PR.

jsmestad commented 6 years ago

@supercodepoet thanks!