Why I need to write col-xs-12 if I want full column width on mobile with Flexbox grid?
Created by: smajl
In v3, every column class (if not specified otherwise with col-xs-?
class) was breaking to full width on mobile. In v4 Flexbox version I need to write col-xs-12
manually everywhere to achieve the same thing. Is this by design or bug?