diff options
| author | Volpeon <git@volpeon.ink> | 2026-07-22 12:27:09 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-07-22 12:27:09 +0200 |
| commit | cc5329a5f4d3ea91cac93bc7f9b8f943b7ced226 (patch) | |
| tree | d16dea8f0a5edca2b610ecabeac5e93a4d98be2f /src/scopes/_body.scss | |
| parent | Update _index.scss (diff) | |
| download | iro-design-cc5329a5f4d3ea91cac93bc7f9b8f943b7ced226.tar.gz iro-design-cc5329a5f4d3ea91cac93bc7f9b8f943b7ced226.tar.bz2 iro-design-cc5329a5f4d3ea91cac93bc7f9b8f943b7ced226.zip | |
Paths
Diffstat (limited to 'src/scopes/_body.scss')
| -rw-r--r-- | src/scopes/_body.scss | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/scopes/_body.scss b/src/scopes/_body.scss index 77a3eb1..6c5ba63 100644 --- a/src/scopes/_body.scss +++ b/src/scopes/_body.scss | |||
| @@ -1,15 +1,15 @@ | |||
| 1 | @use 'sass:meta'; | 1 | @use "sass:meta"; |
| 2 | @use 'pkg:iro-sass/src/bem'; | 2 | @use "pkg:iro-sass/bem"; |
| 3 | @use 'pkg:iro-sass/src/props'; | 3 | @use "pkg:iro-sass/props"; |
| 4 | @use '../props' as *; | 4 | @use "../props" as *; |
| 5 | 5 | ||
| 6 | @forward 'body.vars'; | 6 | @forward "body.vars"; |
| 7 | @use 'body.vars' as vars; | 7 | @use "body.vars" as vars; |
| 8 | 8 | ||
| 9 | @mixin styles { | 9 | @mixin styles { |
| 10 | @include materialize-at-root(meta.module-variables('vars')); | 10 | @include materialize-at-root(meta.module-variables("vars")); |
| 11 | 11 | ||
| 12 | @include bem.scope('body') { | 12 | @include bem.scope("body") { |
| 13 | font-size: props.get(vars.$font-size); | 13 | font-size: props.get(vars.$font-size); |
| 14 | line-height: props.get(vars.$line-height); | 14 | line-height: props.get(vars.$line-height); |
| 15 | 15 | ||
| @@ -30,11 +30,11 @@ | |||
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | img { | 32 | img { |
| 33 | display: block; | 33 | display: block; |
| 34 | inline-size: auto; | 34 | inline-size: auto; |
| 35 | max-inline-size: 100%; | 35 | max-inline-size: 100%; |
| 36 | block-size: auto; | 36 | block-size: auto; |
| 37 | max-block-size: props.get(vars.$img--max-block-size); | 37 | max-block-size: props.get(vars.$img--max-block-size); |
| 38 | margin-block-start: props.get(vars.$paragraph--margin-bs); | 38 | margin-block-start: props.get(vars.$paragraph--margin-bs); |
| 39 | } | 39 | } |
| 40 | 40 | ||
