You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
My language is ''rtl'' so I want my site to be from ''rtl'' as well as the text.
There for I want every column of the row to float to the right by default.
Like I said, my options now is to add class ''pull-right'' to every column.
cvrebert
changed the title
Ability to control default float direction of columns
Ability to reverse default float direction of columns for RTL
Jun 5, 2016
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?
The text was updated successfully, but these errors were encountered: