-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature Request - Children #8
Comments
Hi, that seems like a reasonable addition, would you mind providing a quick demo of the use case ? A Codepen or the like. I'll implement it as soon as I have a free slot, but anyway yes, PRs are welcome :) |
here's a decent_(ish)_ use-case scenario. Actually. when I ran in to the issue using it at work; it was to do with squishing images in a list based on the amount of items in the list ( As you can see, it's feasible with the As for the PR, I forked it out and took a look, but honestly with my limited understanding of babel / es6, and getting lost while trying to install a |
I have same problem. But I want to apply additional pseudo-selectors like this: a:at-most(5):nth-child(n+4) {
display:none;
} Use case: items table 2 rows x 3 cols, and second row can't be incomplete. |
This comment was marked as off-topic.
This comment was marked as off-topic.
WIP, will try to finish it soonish. |
I was most perplexed when I wrote:
And found it didn't work... I would expect the result to be:
Is there any intent to implement this? are you accepting PRs ? :)
The text was updated successfully, but these errors were encountered: