mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-02 12:30:23 +00:00
6 lines
98 B
SCSS
6 lines
98 B
SCSS
@mixin float-left {
|
|
float: left !important;
|
|
}
|
|
@mixin float-right {
|
|
float: right !important;
|
|
}
|