Inject stylus in Shadow DOM

inject stylus to shadowRoot

المؤلف
hdyzen
التثبيت اليومي
0
إجمالي التثبيت
31
التقييمات
1 0 0
الإصدار
0.2
تم إنشاؤه
07-02-2024
تم تحديثه
12-09-2024
الترخيص
MIT
ينطبق على
جميع المواقع

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