Greasy Fork is available in English.

Inject stylus in Shadow DOM

inject stylus to shadowRoot

Autore
hdyzen
Installazioni giornaliere
0
Installazioni totali
32
Valutazione
1 0 0
Versione
0.2
Creato il
07/02/2024
Aggiornato il
12/09/2024
Licenza
MIT
Applica a
Tutti i siti

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;
}