diff options
| author | Volpeon <git@volpeon.ink> | 2022-06-13 17:12:06 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2022-06-13 17:12:06 +0200 |
| commit | 1f7708164ce01b511bc4dd7f1c09b1c190964867 (patch) | |
| tree | f5d192e83d1fe4f269f13052c86dfdd31f3e7214 /src/_utils.scss | |
| parent | Added focus style for badge (diff) | |
| download | iro-design-1f7708164ce01b511bc4dd7f1c09b1c190964867.tar.gz iro-design-1f7708164ce01b511bc4dd7f1c09b1c190964867.tar.bz2 iro-design-1f7708164ce01b511bc4dd7f1c09b1c190964867.zip | |
Fix named viewports
Diffstat (limited to 'src/_utils.scss')
| -rw-r--r-- | src/_utils.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index a20bde3..50c67e1 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
| @@ -14,6 +14,10 @@ $dirs: ( | |||
| 14 | display: block; | 14 | display: block; |
| 15 | } | 15 | } |
| 16 | 16 | ||
| 17 | @include iro.bem-utility('d-inline-block') { | ||
| 18 | display: inline-block; | ||
| 19 | } | ||
| 20 | |||
| 17 | @include iro.bem-utility('d-contents') { | 21 | @include iro.bem-utility('d-contents') { |
| 18 | display: contents; | 22 | display: contents; |
| 19 | } | 23 | } |
