.ui-pull-left {
    float: left;
}

.ui-pull-right {
    float: right;
}

.ui-clearfix {
    @include clearfix;
}