Skip to content

Commit 3912530

Browse files
committed
style: add missing space
1 parent 13b1e94 commit 3912530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/mixins/_theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@if $name == "root" {
4040
@include theme-components($value, $name);
4141
}
42-
@else if $name == "utilities"{
42+
@else if $name == "utilities" {
4343
@each $class, $variants in $value {
4444
@include theme-colors($variants, $class);
4545
}

0 commit comments

Comments
 (0)