Skip to content

Remove declaration for single selector #3

@ol0lll

Description

@ol0lll

If there are multiple selectors in one rule and a declaration should be removed for one of them, the rule has to be copied.
a, .link { color: red; }
should result in:
.link { color: red; }

Notation:
remove { a { color } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions