add :host selector

This commit is contained in:
Cory LaViska
2021-08-04 08:14:47 -04:00
parent f746ef7954
commit dfd18776c6
2 changed files with 2 additions and 0 deletions

View File

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

View File

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