drake035
drake035

Reputation: 2897

How to see SCSS in Firefox Firebug?

This FF add-on allows to see Compass-generated SCSS in Firebug, but I don't work with Compass. Is there not any way at the moment to debug non-compass SCSS in FF Firebug?

Upvotes: 1

Views: 1789

Answers (2)

Sebastian Zartner
Sebastian Zartner

Reputation: 20105

Previously there was a Firebug extension called FireSass available, though unfortunately it's development is obviously discontinued.

So, at the moment there is only FireCompass adding support for SCSS files. And because the development on Firebug is discontinued, it is very unlikely that it will receive SCSS support in the future.

Upvotes: 1

Vivekraj K R
Vivekraj K R

Reputation: 2548

To get access to this feature in the browser, you need to generate a source map file for each source file.sass-source mapping

Upvotes: 0

Related Questions