CSS Custom Properties Penetrate the Shadow DOM

Опубликовано: 14 Январь 2025
на канале: CSS-Tricks
7,574
226

One of the whole points of the Shadow DOM is that it provides encapsulation. No styles out, no styles in. But there are ways "through" the Shadow DOM, and one of them that is pretty cool and useful is using CSS custom properties on particular elements/properties.