diff options
| author | Volpeon <git@volpeon.ink> | 2026-03-08 07:35:14 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-03-08 07:35:14 +0100 |
| commit | 05158eb1084e96f075c2f0bd0134549074318692 (patch) | |
| tree | 780839bf90d762cff20efb8ef73bbfa94ccef767 | |
| parent | Update _utils.scss (diff) | |
| download | iro-design-05158eb1084e96f075c2f0bd0134549074318692.tar.gz iro-design-05158eb1084e96f075c2f0bd0134549074318692.tar.bz2 iro-design-05158eb1084e96f075c2f0bd0134549074318692.zip | |
Update _utils.scss
| -rw-r--r-- | src/_utils.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index 6a2c7eb..ee4db1e 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
| @@ -48,9 +48,9 @@ $-font-sizes: ( | |||
| 48 | ) !default; | 48 | ) !default; |
| 49 | 49 | ||
| 50 | $-aspect-ratios: ( | 50 | $-aspect-ratios: ( |
| 51 | '1\\/1': 1 / 1, | 51 | '1\\/1': '1 / 1', |
| 52 | '4\\/3': 4 / 3, | 52 | '4\\/3': '4 / 3', |
| 53 | '5\\/4': 5 / 4, | 53 | '5\\/4': '5 / 4', |
| 54 | ) !default; | 54 | ) !default; |
| 55 | 55 | ||
| 56 | @mixin styles { | 56 | @mixin styles { |
| @@ -397,7 +397,7 @@ $-aspect-ratios: ( | |||
| 397 | 397 | ||
| 398 | @each $mod, $value in $-aspect-ratios { | 398 | @each $mod, $value in $-aspect-ratios { |
| 399 | @include bem.utility('ar-#{$mod}') { | 399 | @include bem.utility('ar-#{$mod}') { |
| 400 | aspect-ratio: $value; | 400 | aspect-ratio: string.unquote($value); |
| 401 | } | 401 | } |
| 402 | } | 402 | } |
| 403 | 403 | ||
