Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorSynchro <marcus@synchromedia.co.uk>2012-05-01 19:54:53 +0400
committerSynchro <marcus@synchromedia.co.uk>2012-05-01 19:54:53 +0400
commitca369c4b2af2a94acea00cd228d87a30fe5d2886 (patch)
treef1c54bba409c72268fa76e0e1697db00f14776d7 /less
parentdcc89e7400ae9e7575ea2671d27b514db9beaf3f (diff)
Add Opera prefix
Diffstat (limited to 'less')
-rw-r--r--less/mixins.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/mixins.less b/less/mixins.less
index bd909123ef..44e5698eb0 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;
}