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 /docs/less.html | |
| parent | 23401e811f28f1ef351274661bf1f1bc8a8bc8af (diff) | |
| download | bootstrap-8f4424585094354589fbab80d5b0e6b1bb6d87cf.tar.xz bootstrap-8f4424585094354589fbab80d5b0e6b1bb6d87cf.zip | |
document .hyphens() mixin
Diffstat (limited to 'docs/less.html')
| -rw-r--r-- | docs/less.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/less.html b/docs/less.html index 476f5ac98..aff16044f 100644 --- a/docs/less.html +++ b/docs/less.html @@ -907,6 +907,11 @@ <td><code>@columnCount, @columnGap: @gridGutterWidth</code></td> <td>Make the content of any element use CSS3 columns</td> </tr> + <tr> + <td><code>.hyphens()</code></td> + <td><code>@mode: auto</code></td> + <td>CSS3 hyphenation when you want it (includes <code>word-wrap: break-word</code>)</td> + </tr> </tbody> </table> <h3>Backgrounds and gradients</h3> |
