summaryrefslogtreecommitdiffstats
path: root/src/_utils.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_utils.scss')
-rw-r--r--src/_utils.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_utils.scss b/src/_utils.scss
index 2a5d33d..d5f0626 100644
--- a/src/_utils.scss
+++ b/src/_utils.scss
@@ -277,6 +277,10 @@ $-aspect-ratios: (
277 hyphenate-limit-chars: auto; 277 hyphenate-limit-chars: auto;
278 } 278 }
279 279
280 @include bem.utility('tw-balance') {
281 text-wrap-style: balance;
282 }
283
280 @include bem.utility('o-auto') { 284 @include bem.utility('o-auto') {
281 overflow: auto; 285 overflow: auto;
282 } 286 }