mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-15 03:16:30 +01:00
6 lines
198 B
SCSS
6 lines
198 B
SCSS
: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};
|
|
}
|