Skip to content
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

Show nested relationship #1

Open
blainerobison opened this issue Aug 21, 2013 · 2 comments
Open

Show nested relationship #1

blainerobison opened this issue Aug 21, 2013 · 2 comments

Comments

@blainerobison
Copy link

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/

@adnantopal
Copy link
Owner

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.

@andreventuravale
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants