mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
7 lines
96 B
SCSS
7 lines
96 B
SCSS
@mixin pull-left {
|
|
float: left !important;
|
|
}
|
|
@mixin pull-right {
|
|
float: right !important;
|
|
}
|