Skip to content

:where() wrong selector minimalization #98

@kartofelek007

Description

@kartofelek007

css like:

:where(.title p) {}
:where(.subpage h2) {}
:where(.subpage :is(h1,h2,h3,h4,h5,h6)) {}

is "clean" to:

:where(.titlep) {}
:where(.subpageh2) {}
:where(.subpage:is(h1,h2,h3,h4,h5,h6)) {}

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