- Goto chrome://flags and enable Enable Developer Tools experiments
- Open de Developer toolbar and goto the General tab within settings. Check the Enable source maps
- Restart chrome
- Open de Developer toolbar and goto the Expirements tab. Check "Support for Sass"
Add the following to your config/environments/development.rb
config.assets.debug = true
config.sass.debug_info = true