mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 21:20:23 +00:00
6 lines
96 B
SCSS
6 lines
96 B
SCSS
@mixin pull-left {
|
|
float: left !important;
|
|
}
|
|
@mixin pull-right {
|
|
float: right !important;
|
|
}
|