assets/stylesheets/bootstrap/mixins/_hide-text.scss in bootstrap-sass-3.2.0.4 vs assets/stylesheets/bootstrap/mixins/_hide-text.scss in bootstrap-sass-3.3.0.0
- old
+ new
@@ -15,7 +15,7 @@
border: 0;
}
// New mixin to use as of v3.0.1
@mixin text-hide() {
- @include hide-text();
+ @include hide-text;
}