diff options
author | Volpeon <git@volpeon.ink> | 2023-02-24 19:33:15 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-02-24 19:33:15 +0100 |
commit | f8b9bc12ba09174daa9d382d7a265bc72c9f1cc3 (patch) | |
tree | 3d5bbdde057dae531084e838c44cce5a2b9df48d /src | |
parent | Fix (diff) | |
download | iro-design-f8b9bc12ba09174daa9d382d7a265bc72c9f1cc3.tar.gz iro-design-f8b9bc12ba09174daa9d382d7a265bc72c9f1cc3.tar.bz2 iro-design-f8b9bc12ba09174daa9d382d7a265bc72c9f1cc3.zip |
Add u-mt-neutralize
Diffstat (limited to 'src')
-rw-r--r-- | src/_utils.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index 3e4fac3..445c0ba 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
@@ -82,6 +82,15 @@ $dirs: ( | |||
82 | color: fn.color(--fg-hi2); | 82 | color: fn.color(--fg-hi2); |
83 | } | 83 | } |
84 | 84 | ||
85 | @include iro.bem-utility('mt-neutralize') { | ||
86 | &::before { | ||
87 | content: ''; | ||
88 | display: block; | ||
89 | margin-top: -100em; | ||
90 | margin-bottom: 100em; | ||
91 | } | ||
92 | } | ||
93 | |||
85 | @include iro.bem-utility('w-100') { | 94 | @include iro.bem-utility('w-100') { |
86 | width: 100%; | 95 | width: 100%; |
87 | } | 96 | } |