| Path : /proc/self/root/var/www/html/tollfree-tracker/global_assets/scss/_bootstrap/mixins/ |
| Current File : //proc/self/root/var/www/html/tollfree-tracker/global_assets/scss/_bootstrap/mixins/_float.scss |
// stylelint-disable declaration-no-important
@mixin float-left {
float: left !important;
}
@mixin float-right {
float: right !important;
}
@mixin float-none {
float: none !important;
}