Skip to content

Commit f44bd65

Browse files
committed
chore: fix stylelint errors
1 parent 8695445 commit f44bd65

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scss/mixins/_theme.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
@each $class, $variants in $value {
4444
@include theme-colors($variants, $class);
4545
}
46-
}
47-
@else {
46+
} @else {
4847
.#{$name} {
4948
@include theme-components($value, $name);
5049
}

0 commit comments

Comments
 (0)