Inject stylus in Shadow DOM

inject stylus to shadowRoot

Maker
hdyzen
Dagelijks aantal installaties
1
Totaal aantal installaties
36
Beoordelingen
1 0 0
Versie
0.2
Gemaakt op
07-02-2024
Bijgewerkt op
12-09-2024
Licentie
MIT
Wordt toegepast op
Alle websites

Add styles of Stylus addon in shadowRoot

To apply styles within shadowRoot use the :host pseudo-class, example:

:host [selector] {
  border: 1px solid red;
}
:host * {
  border: 1px solid blue;
}