add :host selector

pull/498/head
Cory LaViska 2021-08-04 08:14:47 -04:00
rodzic f746ef7954
commit dfd18776c6
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1,4 +1,5 @@
:root,
:host,
.sl-theme-light {
/**
* Color Primitives

Wyświetl plik

@ -1,6 +1,7 @@
/**
* Dark theme
*/
:host,
.sl-theme-dark {
--sl-color-black: #fff;
--sl-color-white: var(--sl-color-gray-50);