_float.less 306 B

123456789101112
  1. #float-left() {
  2. float: left !important;
  3. #deprecate("The `#float-left()` mixin", "v4.3.0", "v5");
  4. }
  5. #float-right() {
  6. float: right !important;
  7. #deprecate("The `#float-right()` mixin", "v4.3.0", "v5");
  8. }
  9. #float-none() {
  10. float: none !important;
  11. #deprecate("The `#float-none()` mixin", "v4.3.0", "v5");
  12. }