summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-01-11 11:24:13 +0100
committerVolpeon <git@volpeon.ink>2024-01-11 11:24:13 +0100
commit2b8ffde3be9e6f539f60ed72edbceb56a8ab14f7 (patch)
tree486e3492b7cee071055a53e8e17414224af09118
parentNo negative margin for icons (diff)
downloadiro-design-2b8ffde3be9e6f539f60ed72edbceb56a8ab14f7.tar.gz
iro-design-2b8ffde3be9e6f539f60ed72edbceb56a8ab14f7.tar.bz2
iro-design-2b8ffde3be9e6f539f60ed72edbceb56a8ab14f7.zip
Add margin 800 utility etc
-rw-r--r--src/_utils.scss2
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 }