summaryrefslogtreecommitdiffstats
path: root/src/_utils.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_utils.scss')
-rw-r--r--src/_utils.scss5
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 }