Open blainerobison opened 11 years ago
Hey @blainerobison, thanks for the feedback.
In current version, it ignores children with classes and IDs, and outputs them as seperate selectors. What you suggested could be implemented, but it also might output very long selectors if there's a deep nested relationship. However, I'll look into it anyway. Thanks.
It would be nice to have a option to output the selectors taking the nesting in account.
Ex: .panel { } .panel .title { } .panel .content { }
By the way, nice app!
I can see having an additional option to show the nested relationships between selectors would be beneficial.
Here's an example: http://jsfiddle.net/ezCsn/