16th September, 2013

Sass source map command

Example command outputting sourcemap and compressing output file

sass --watch --sourcemap --style compressed src/style.scss:style.css

In Chrome you should get:

Screenshot of Chrome

 

The opinions expressed here are my own and not those of my employer.