diff options
| author | Mark Otto <[email protected]> | 2012-05-13 14:31:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-13 14:31:31 -0700 |
| commit | 8f4424585094354589fbab80d5b0e6b1bb6d87cf (patch) | |
| tree | 079447fdb7b49ef3ac1d39c56f9f0d2ef1647da4 /less | |
| parent | 23401e811f28f1ef351274661bf1f1bc8a8bc8af (diff) | |
| download | bootstrap-8f4424585094354589fbab80d5b0e6b1bb6d87cf.tar.xz bootstrap-8f4424585094354589fbab80d5b0e6b1bb6d87cf.zip | |
document .hyphens() mixin
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 |
