diff options
| author | Volpeon <git@volpeon.ink> | 2026-02-27 20:31:00 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2026-02-27 20:31:00 +0100 |
| commit | 67f6d0bd7059f91c29c0ea3f84354bf8976bc9c3 (patch) | |
| tree | 4be1e72ed0d37e03515ea70c90d1a3ce67531712 /src/_utils.scss | |
| parent | Update _card-list.scss (diff) | |
| download | iro-design-67f6d0bd7059f91c29c0ea3f84354bf8976bc9c3.tar.gz iro-design-67f6d0bd7059f91c29c0ea3f84354bf8976bc9c3.tar.bz2 iro-design-67f6d0bd7059f91c29c0ea3f84354bf8976bc9c3.zip | |
Diffstat (limited to 'src/_utils.scss')
| -rw-r--r-- | src/_utils.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index 206e435..559b96a 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
| @@ -258,6 +258,11 @@ $-font-sizes: ( | |||
| 258 | white-space: nowrap; | 258 | white-space: nowrap; |
| 259 | } | 259 | } |
| 260 | 260 | ||
| 261 | @include bem.utility('hyph') { | ||
| 262 | hyphens: auto; | ||
| 263 | hyphenate-limit-chars: auto; | ||
| 264 | } | ||
| 265 | |||
| 261 | @include bem.utility('o-auto') { | 266 | @include bem.utility('o-auto') { |
| 262 | overflow: auto; | 267 | overflow: auto; |
| 263 | } | 268 | } |
