• File: _float.scss
  • Full Path: /home/chassiw/www/wp-content/themes/indutri/sass/bootstrap/mixins/_float.scss
  • File size: 193 bytes
  • MIME-type: text/plain
  • Charset: utf-8
// stylelint-disable declaration-no-important

@mixin float-left {
  float: left !important;
}
@mixin float-right {
  float: right !important;
}
@mixin float-none {
  float: none !important;
}