diff options
Diffstat (limited to 'src/_general.scss')
-rw-r--r-- | src/_general.scss | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/_general.scss b/src/_general.scss index 1e7c180..54df879 100644 --- a/src/_general.scss +++ b/src/_general.scss | |||
@@ -1,7 +1,5 @@ | |||
1 | @use 'iro-sass/src/index' as iro; | 1 | @use 'iro-sass/src/index' as iro; |
2 | @use 'mixins/typography'; | ||
3 | @use 'functions' as fn; | 2 | @use 'functions' as fn; |
4 | @use 'vars'; | ||
5 | 3 | ||
6 | html, | 4 | html, |
7 | body { | 5 | body { |
@@ -9,7 +7,7 @@ body { | |||
9 | } | 7 | } |
10 | 8 | ||
11 | body { | 9 | body { |
12 | @include typography.set-font(vars.$font--main, (size: fn.dim(--font-size --md))); | 10 | @include fn.set-font(--standard, (--size: fn.dim(--font-size --md))); |
13 | 11 | ||
14 | margin: 0; | 12 | margin: 0; |
15 | padding: 0; | 13 | padding: 0; |
@@ -23,9 +21,9 @@ h3, | |||
23 | h4, | 21 | h4, |
24 | h5, | 22 | h5, |
25 | h6 { | 23 | h6 { |
26 | @include typography.set-font(vars.$font--main, (size: fn.dim(--font-size --md), weight: 400)); | 24 | margin: 0; |
27 | 25 | font-size: fn.dim(--font-size --md); | |
28 | margin: 0; | 26 | font-weight: normal; |
29 | } | 27 | } |
30 | 28 | ||
31 | p { | 29 | p { |