-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
The reason I ultimately gave up on mine was that selectors are way harder to remove than properties and values. Ultimately it would be cool if this could negate selectors...
li:nth-last-child(2) {
font-weight: bold;
}
so I guess it would find that, and either somehow remove it or go through each property and negate it:
li:nth-last-child(2) {
font-weight: normal;
}
Metadata
Metadata
Assignees
Labels
No labels