sass / sassc-rails

Integrate SassC-Ruby with Rails!
MIT License
707 stars 103 forks source link

Cannot load file sass-rails #170

Open jacobtani opened 2 years ago

jacobtani commented 2 years ago

I am still getting Cannot load file sass-rails when precompiling assets. Only way I can get around this is by leaving in sass-rails:

gem 'sass-rails', require: false
gem "sassc-rails"

Do you have a better solution for this now?

johnnyshields commented 1 year ago

FYI I'm maintaining dartsass-sprockets which is a fork of this gem. You can try it and see if your issue is resolved; it uses a different engine (Dart Sass) under-the-hood.