[BREAKING] Fix inconsistencies with col viewport classes and the rest of the framework
Spiderpig86 opened this issue · 0 comments
Spiderpig86 commented
- For example,
col-xs-2
applies to641px
to768px
instead of0px
to640px
like the rest of the framework. - To fix, we need to switch to using breakpoint pairs which would effectively bump all the viewports down by 1.
- This will be a high-impact change.