css-validator icon indicating copy to clipboard operation
css-validator copied to clipboard

Flags `::part(...)` as an Error

Open mangelozzi opened this issue 3 years ago • 0 comments

Does not seem to support web component parts, e.g.:

#myid::part(foo) {
   color: red;
}

mangelozzi avatar Oct 31 '22 14:10 mangelozzi