1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-30 23:36:47 +02:00
Files
bootstrap/scss/mixins/_float.scss

7 lines
98 B
SCSS

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