Sha256: ea45e99e3ce0f9785497018641fc2c621938cbc55d80ab36e524c1951a3c14bb

Contents?: true

Size: 400 Bytes

Versions: 3

Compression:

Stored size: 400 Bytes

Contents

// 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");
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mancalledmountain-theme-0.1.2 _sass/vendors/bootstrap/mixins/_float.scss
mancalledmountain-theme-0.1.1 _sass/vendors/bootstrap/mixins/_float.scss
mancalledmountain-theme-0.1.0 _sass/vendors/bootstrap/mixins/_float.scss