Skip to content

Selectors #9

@chriscoyier

Description

@chriscoyier

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

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