docs icon indicating copy to clipboard operation
docs copied to clipboard

A place to store things for public consumption

Results 5 docs issues
Sort by recently updated
recently updated
newest added

Added note on the ::theme pseudo-class which was never implemented

https://github.com/fergald/docs/blob/master/explainers/css-shadow-parts-1.md#the-all-buttons-in-this-app-should-be-blue-theming-problem Indicates that theming could be acheived by adding styles like: ```css :root::part(some-input) { ... } ``` However, while I could get the exportparts attribute to work as described, I...

::slotted(my-button::part(icon)) Error ::slotted(my-button)::part(icon) Error Is this the way it is designed