diff options
| author | Volpeon <git@volpeon.ink> | 2024-12-10 11:40:28 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-12-10 11:40:28 +0100 |
| commit | 2448ebfdef6a15549137cf42116168f467bae393 (patch) | |
| tree | 770606867cdbc11a0d56777c77926504aa586ea1 /src/_common.scss | |
| parent | Update (diff) | |
| download | furbase-design-2024-2448ebfdef6a15549137cf42116168f467bae393.tar.gz furbase-design-2024-2448ebfdef6a15549137cf42116168f467bae393.tar.bz2 furbase-design-2024-2448ebfdef6a15549137cf42116168f467bae393.zip | |
Refactoring
Diffstat (limited to 'src/_common.scss')
| -rw-r--r-- | src/_common.scss | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/_common.scss b/src/_common.scss index c8b7ac7..3b182c5 100644 --- a/src/_common.scss +++ b/src/_common.scss | |||
| @@ -2,16 +2,11 @@ | |||
| 2 | @use 'sass:meta'; | 2 | @use 'sass:meta'; |
| 3 | @use 'iro-sass/src/props'; | 3 | @use 'iro-sass/src/props'; |
| 4 | 4 | ||
| 5 | @use 'common.vars' as vars; | 5 | @use 'core' as core; |
| 6 | @forward 'common.vars'; | ||
| 7 | 6 | ||
| 8 | @mixin styles { | 7 | @mixin styles { |
| 9 | :root { | ||
| 10 | @include props.materialize(map.values(meta.module-variables('vars'))); | ||
| 11 | } | ||
| 12 | |||
| 13 | body { | 8 | body { |
| 14 | background-color: props.get(vars.$vlpnBg); | 9 | background-color: props.get(core.$theme, --bg-l1); |
| 15 | } | 10 | } |
| 16 | 11 | ||
| 17 | a { | 12 | a { |
