This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
trace_selectors option #963
Open
Description
Can we add support for this, assuming there isn't already?
From what I can tell, it is not yet supported.
This seems like an incredibly valuable feature for debugging:
From http://sass-lang.com/documentation/file.SASS_REFERENCE.html:
When set to true, emit a full trace of imports and mixins before each selector. This can be helpful for in-browser debugging of stylesheet imports and mixin includes. This option supersedes the :line_comments option and is superseded by the :debug_info option. Automatically disabled when using the :compressed output style.