Ability to reverse default float direction of columns for RTL
Created by: hanogin
Now, by default all columns float to the left, if I want to make it float to right I need to add ''pull-right'' atrr to every Col or overide the default by css for each size of column.
So in V4, is it possible to add one variable in the Sass file to control the float direction of all columns size?