Trying to find out why I can’t get the source cards that work in Rails 5. Rails 5 uses Sass 3.4.2x, so it seems like it should not have problems with previous versions of Rails.
Ive added to config/environments/development.rb
following:
config.sass.inline_source_maps = true
source
share