Skip to content

[css-selectors] :style() - detecting css tags #1675

@Nokel81

Description

@Nokel81

It is sometimes quite useful to style based on style. This selector would be able to match styles of a given element.

Example:
div:style(display: flex) { }
Would match all divs that are flex boxes. Choosing by display type seems to me to be the most useful but I have generalized it to be able to be used for other selections

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions