-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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 ? :)
wc-matteo and CunningFatalist
Metadata
Metadata
Assignees
Labels
No labels