Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Support :matches() #17

Closed
Closed
@MoOx

Description

@MoOx
body :matches(h1, h2) {
  color: red;
}

should yields into

body h1, body h2 {
  color: red;
}

poke @eramdam

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions