3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-03-02 06:18:50 +00:00
Files
snipe-it/bower_components/bootstrap/scss/mixins/_float.scss
2017-01-11 03:05:06 -08:00

10 lines
146 B
SCSS

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