-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Indicates that theming could be acheived by adding styles like:
:root::part(some-input) { ... }However, while I could get the exportparts attribute to work as described, I wasn't able to style them from a rule involving :root.
It seems to me that it should be:
:root ::part(some-input) { ... }ie with a space between :root and ::part.
Here's an example.
What do you think?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels