aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--less/mixins.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less
index bd909123e..44e5698eb 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -317,6 +317,7 @@
-webkit-hyphens: @mode;
-moz-hyphens: @mode;
-ms-hyphens: @mode;
+ -o-hyphens: @mode;
hyphens: @mode;
word-wrap: break-word;
}