You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sass' (or Compass') debug information in conjunction with FireSass is one of Sass' biggest advantages. It shows you the file names and line numbers of the source files inside Firebug. It's almost as if Firefox would understand Sass directly.
There absolutely needs to be a way to enable it. It's an essential feature.
The text was updated successfully, but these errors were encountered:
Two suggestions for this issue:
Call the file like all.debug.css, which then turns Sass's :debug_info option on for that specific file
_ or _
Add something like a <add key="SassAndCoffee.Debug" value="true" /> option to the web.config to enable debugging information for all compiled Sass stylesheets in the website
Sass' (or Compass') debug information in conjunction with FireSass is one of Sass' biggest advantages. It shows you the file names and line numbers of the source files inside Firebug. It's almost as if Firefox would understand Sass directly.
There absolutely needs to be a way to enable it. It's an essential feature.
The text was updated successfully, but these errors were encountered: