0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00
Bootstrap/scss/mixins/_float.scss

7 lines
98 B
SCSS
Raw Normal View History

@mixin float-left {
2014-12-16 20:29:47 +00:00
float: left !important;
}
@mixin float-right {
2014-12-16 20:29:47 +00:00
float: right !important;
}