feat: refactor css style and rm useless style

This commit is contained in:
Dillon
2022-05-15 15:15:38 +08:00
parent aa834e89af
commit de88a28db7
13 changed files with 55 additions and 43 deletions

View File

@@ -0,0 +1,6 @@
:root {
--global-font-family: #{$global-font-family};
--global-font-size: #{$global-font-size};
--global-font-weight: #{$global-font-weight};
--global-line-height: #{$global-line-height};
}