-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any plans to add trace_selectors support? #1222
Comments
No plans at the moment. |
Would you help me understand why not? Seems like a lot of what people complain about with regard to mixins being difficult to debug goes away if you have a feature like this. On Wed, May 27, 2015 at 12:16 AM, Michael Mifsud notifications@github.com
|
Currently you are the only person asking for this. This issue is the first time I've heard of this feature. These two things tell me this is a very low priority. Certainly lower than getting feature parity with Ruby Sass. We may eventually get to this but it's not a priority for anyone. We're open to pull requests. |
Roger that. Thanks. On Wed, May 27, 2015 at 3:57 PM, Michael Mifsud notifications@github.com
|
I think we should close this. IMO this would first need to be supported by ruby sass. |
This issue description suggests this is in Ruby Sass. Haven't confirmed. |
If it is then my bad! Can someone confirm? |
I created a collective ticket to keep track of this and other "non-urgent" feature requests, in order to keep the issue tracker a bit more clean for the more 1st aid issues. I would like to encourage everybody interested in this particular feature to add their comments into this closed issue anyway. Thanks for your understanding and your contribution! |
Just wanted to add my +1 for this feature. Not sure what you consider as "supported by Ruby Sass". Would be awesome to have this in |
Added to sass in version 3.1.6:
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.
The text was updated successfully, but these errors were encountered: