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 72c1f2f..7525f34 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
| @@ -12,3 +12,11 @@ | |||
| 12 | overflow: hidden; | 12 | overflow: hidden; |
| 13 | text-overflow: ellipsis; | 13 | text-overflow: ellipsis; |
| 14 | } | 14 | } |
| 15 | |||
| 16 | @include iro.bem-utility('ps') { | ||
| 17 | position: static; | ||
| 18 | } | ||
| 19 | |||
| 20 | @include iro.bem-utility('pr') { | ||
| 21 | position: relative; | ||
| 22 | } | ||
