diff options
Diffstat (limited to 'src/_utils.scss')
| -rw-r--r-- | src/_utils.scss | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/src/_utils.scss b/src/_utils.scss index ae72f65..3c8b1c3 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
| @@ -9,6 +9,10 @@ | |||
| 9 | display: contents; | 9 | display: contents; | 
| 10 | } | 10 | } | 
| 11 | 11 | ||
| 12 | @include iro.bem-utility('o-auto') { | ||
| 13 | overflow: auto; | ||
| 14 | } | ||
| 15 | |||
| 12 | @include iro.bem-utility('elp') { | 16 | @include iro.bem-utility('elp') { | 
| 13 | overflow: hidden; | 17 | overflow: hidden; | 
| 14 | text-overflow: ellipsis; | 18 | text-overflow: ellipsis; | 
| @@ -26,6 +30,10 @@ | |||
| 26 | margin-top: 0; | 30 | margin-top: 0; | 
| 27 | } | 31 | } | 
| 28 | 32 | ||
| 33 | @include iro.bem-utility('ml-auto') { | ||
| 34 | margin-left: auto; | ||
| 35 | } | ||
| 36 | |||
| 29 | @each $size in ('xxs' 'xs' 'sm' 'md' 'lg' 'xl') { | 37 | @each $size in ('xxs' 'xs' 'sm' 'md' 'lg' 'xl') { | 
| 30 | @include iro.bem-utility('p-#{$size}') { | 38 | @include iro.bem-utility('p-#{$size}') { | 
| 31 | padding: fn.global-dim(--spacing --#{$size}); | 39 | padding: fn.global-dim(--spacing --#{$size}); | 
