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

new modifier: multiplicator #87

Open
Mouvedia opened this issue Nov 29, 2012 · 0 comments
Open

new modifier: multiplicator #87

Mouvedia opened this issue Nov 29, 2012 · 0 comments

Comments

@Mouvedia
Copy link
Member

//selects the elements descendants of container nested at the 5th level
root container 4(*) element { }
//would be equivalent to
root container * * * * element { }

Should we allow a selector chain inside the parentheses?

root container 4(test1 test2) element { }
//would be equivalent to
root container test1 test2 test1 test2 test1 test2 test1 test2 element { }

FYI the other 2 modifiers ($ and !) only accept simple selectors.

@Mouvedia Mouvedia mentioned this issue Nov 29, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant