Home › Forums › CSS › Seeing SCSS On Browsers instead of CSS › Reply To: Seeing SCSS On Browsers instead of CSS
June 20, 2016 at 10:55 pm
#243024
Participant
The magic is Source Maps.
You generate the source map when from the scss when generating the css file, then the developer tools can pick that up and show the original rule locations.