mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
7 lines
98 B
SCSS
7 lines
98 B
SCSS
@mixin float-left {
|
|
float: left !important;
|
|
}
|
|
@mixin float-right {
|
|
float: right !important;
|
|
}
|