2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

document .hyphens() mixin

This commit is contained in:
Mark Otto
2012-05-13 14:31:31 -07:00
parent 23401e811f
commit 8f44245850
3 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -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