diff options
| -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 | } |
