assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss in bootstrap-sass-3.3.7 vs assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss in bootstrap-sass-3.4.0
- old
+ new
@@ -87,15 +87,15 @@
column-gap: $column-gap;
}
// Optional hyphenation
@mixin hyphens($mode: auto) {
- word-wrap: break-word;
-webkit-hyphens: $mode;
-moz-hyphens: $mode;
-ms-hyphens: $mode; // IE10+
-o-hyphens: $mode;
hyphens: $mode;
+ word-wrap: break-word;
}
// Placeholder text
@mixin placeholder($color: $input-color-placeholder) {
// Firefox