.#{$prefix}column {
    float: left;
}

@if $include-rtl {
    .#{$prefix}rtl > .#{$prefix}column {
        float: right;
    }
}
