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…
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…
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.