SCSS sourcemap file - Debug Sass in Chrome


(Chrishan) #1

Hi,

Is it possible to generate a SCSS source map file in Squiz and debug Sass files?

Need to achieve this - https://www.sitepoint.com/using-source-maps-debug-sass-chrome/

Thanks…


#2

I don’t think the SCSS design file asset supports this.

On one of our instances Squiz used a Git file bridge to enable this. All CSS related assets are in the repository, and browser debugging works.


(Chrishan) #3

Thanks for letting me know.