Skip to content

Commit f677057

Browse files
committed
chore: clean code for sass
1 parent 0411671 commit f677057

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/styles/global/_ui.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@use './vars';
2-
@use '@material/top-app-bar/variables' as top-app-bar-variables;
32

43
@use '@material/theme/theme-color' with (
54
$primary: vars.$primary,
@@ -28,6 +27,8 @@
2827
$form-item-margin-bottom: 10px
2928
);
3029

30+
@use '@material/top-app-bar/variables' as top-app-bar-variables;
31+
3132
$mobile-breakpoint: top-app-bar-variables.$mobile-breakpoint;
3233
$topAppBar-row-height: top-app-bar-variables.$row-height;
3334
$topAppBar-mobile-row-height: top-app-bar-variables.$mobile-row-height;

0 commit comments

Comments
 (0)