All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.node_modules.bootstrap.scss.mixins._float.scss Maven / Gradle / Ivy

There is a newer version: 2.14
Show newest version
// stylelint-disable declaration-no-important

@mixin float-left() {
  float: left !important;
  @include deprecate("The `float-left` mixin", "v4.3.0", "v5");
}
@mixin float-right() {
  float: right !important;
  @include deprecate("The `float-right` mixin", "v4.3.0", "v5");
}
@mixin float-none() {
  float: none !important;
  @include deprecate("The `float-none` mixin", "v4.3.0", "v5");
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy