feat(dev): eslint and stylelint on dev, improvements, cleanup

This commit is contained in:
David Ralph
2023-03-15 12:14:14 +00:00
parent b8eabc8717
commit 0313408b66
25 changed files with 246 additions and 51 deletions

View File

@@ -32,6 +32,7 @@
@each $theme, $map in $themes {
.#{$theme} & {
$theme-map: () !global;
@each $key, $submap in $map {
$value: map-get(map-get($themes, $theme), '#{$key}');
$theme-map: map-merge(

View File

@@ -127,6 +127,7 @@ $themes: (
.backTitle {
cursor: pointer;
@include themed {
color: t($subColor);