diff options
| author | Volpeon <git@volpeon.ink> | 2024-01-11 11:24:13 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-01-11 11:24:13 +0100 |
| commit | 2b8ffde3be9e6f539f60ed72edbceb56a8ab14f7 (patch) | |
| tree | 486e3492b7cee071055a53e8e17414224af09118 /src | |
| parent | No negative margin for icons (diff) | |
| download | iro-design-2b8ffde3be9e6f539f60ed72edbceb56a8ab14f7.tar.gz iro-design-2b8ffde3be9e6f539f60ed72edbceb56a8ab14f7.tar.bz2 iro-design-2b8ffde3be9e6f539f60ed72edbceb56a8ab14f7.zip | |
Add margin 800 utility etc
Diffstat (limited to 'src')
| -rw-r--r-- | src/_utils.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index d8fbd72..514ab5a 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
| @@ -160,7 +160,7 @@ $dirs: ( | |||
| 160 | padding#{$suffix}: auto; | 160 | padding#{$suffix}: auto; |
| 161 | } | 161 | } |
| 162 | 162 | ||
| 163 | @each $size in (0 10 50 75 100 125 200 400 700) { | 163 | @each $size in (0 10 50 75 100 125 200 400 700 800) { |
| 164 | @include iro.bem-utility('m#{$dir}-#{$size}') { | 164 | @include iro.bem-utility('m#{$dir}-#{$size}') { |
| 165 | margin#{$suffix}: fn.global-dim(--size --#{$size}); | 165 | margin#{$suffix}: fn.global-dim(--size --#{$size}); |
| 166 | } | 166 | } |
