mirror of
https://github.com/mue/mue.git
synced 2026-07-28 11:11:08 +02:00
feat(dev): eslint and stylelint on dev, improvements, cleanup
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -127,6 +127,7 @@ $themes: (
|
||||
|
||||
.backTitle {
|
||||
cursor: pointer;
|
||||
|
||||
@include themed {
|
||||
color: t($subColor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user