Skip to content

Feature Request - Children #8

Open
@simeydotme

Description

@simeydotme

I was most perplexed when I wrote:

ul > li:exactly( 3 ) img { opacity: 0.5; }

And found it didn't work... I would expect the result to be:

ul > li:nth-last-child(4):first-child, 
ul > li:nth-last-child(4):first-child ~ li img {
    opacity: 0.5;
}

Is there any intent to implement this? are you accepting PRs ? :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions