Remove default theme class

We can't scope the default theme like we can other themes because they use ::part and have a higher specificity, so this isn't very useful.
This commit is contained in:
Cory LaViska
2020-08-18 17:07:39 -04:00
parent 76e5ed1d93
commit f3b0e3ccc9

View File

@@ -1,8 +1,7 @@
/*! Shoelace */
@import 'mixins/make-color-palette';
:root,
.sl-theme-default {
:root {
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Color tokens
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////