diff options
| author | Volpeon <git@volpeon.ink> | 2026-03-08 11:45:07 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-03-08 11:45:07 +0100 |
| commit | 9e8674a6067045db18b555fd54436455470fb618 (patch) | |
| tree | 3cc9906358146e103e42de725e37187f8ce45755 | |
| parent | Update _utils.scss (diff) | |
| download | iro-design-9e8674a6067045db18b555fd54436455470fb618.tar.gz iro-design-9e8674a6067045db18b555fd54436455470fb618.tar.bz2 iro-design-9e8674a6067045db18b555fd54436455470fb618.zip | |
Update _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 ee4db1e..2a5d33d 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
| @@ -158,6 +158,10 @@ $-aspect-ratios: ( | |||
| 158 | align-items: flex-end; | 158 | align-items: flex-end; |
| 159 | } | 159 | } |
| 160 | 160 | ||
| 161 | @include bem.utility('ai-stretch') { | ||
| 162 | align-items: stretch; | ||
| 163 | } | ||
| 164 | |||
| 161 | @include bem.utility('ac-center') { | 165 | @include bem.utility('ac-center') { |
| 162 | align-content: center; | 166 | align-content: center; |
| 163 | } | 167 | } |
