diff options
| author | Volpeon <git@volpeon.ink> | 2025-03-13 18:29:36 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2025-03-13 18:29:36 +0100 |
| commit | d0114c0254638e111c189020e6cefab669e4fed8 (patch) | |
| tree | 1b19464891c6aea1a97bf5dedacfae70f95e2d88 | |
| parent | Update (diff) | |
| download | iro-design-d0114c0254638e111c189020e6cefab669e4fed8.tar.gz iro-design-d0114c0254638e111c189020e6cefab669e4fed8.tar.bz2 iro-design-d0114c0254638e111c189020e6cefab669e4fed8.zip | |
Add u-ac-center
| -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 49191ef..9e27498 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
| @@ -133,6 +133,10 @@ $-sizes: ( | |||
| 133 | align-items: flex-end; | 133 | align-items: flex-end; |
| 134 | } | 134 | } |
| 135 | 135 | ||
| 136 | @include bem.utility('ac-center') { | ||
| 137 | align-content: center; | ||
| 138 | } | ||
| 139 | |||
| 136 | @include bem.utility('jc-center') { | 140 | @include bem.utility('jc-center') { |
| 137 | justify-content: center; | 141 | justify-content: center; |
| 138 | } | 142 | } |
