diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/mixins.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/mixins.less b/less/mixins.less index b5c5352cf..8efe12b38 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -314,12 +314,12 @@ // Optional hyphenation .hyphens(@mode: auto) { + word-wrap: break-word; -webkit-hyphens: @mode; -moz-hyphens: @mode; -ms-hyphens: @mode; -o-hyphens: @mode; hyphens: @mode; - word-wrap: break-word; } // Opacity |
