Sass source map in Rails 5

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:
# Enable source maps for Sass
config.sass.inline_source_maps = true
+4
source share

Source: https://habr.com/ru/post/1628561/


All Articles