6 lines
96 B

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