Vuetify Version: 2.0.7
Last working version: 2.0.6
Vue Version: 2.6.10
Browsers: Firefox 68.0
OS: Mac OS 10.14
1 use order-xs and xs in v-col
2 shrink the browser window
layout change for extra small viewports
no layout change occurs
https://codepen.io/adamrabbit/pen/qBWNXqP
xs still seems to be a valid breakpoint
Use cols prop
https://codepen.io/jkarczm/pen/VwZjzpX
@jacekkarczmarczyk
I understand that you can use cols instead of xs but it doesn't feel intuitive.
Like @adamrabbit I thought this was a bug ;)
Hey!
I was also trying to use xs today. I had to ask on Vuetify discord server if this is a bug. They have told me that this is not bug but old documentation.
I would like to see some note about cols and xs at Grids page. Because the page tells us that, the existing are xs, sm, md, lg and xl.
Most helpful comment
@jacekkarczmarczyk
I understand that you can use cols instead of xs but it doesn't feel intuitive.
Like @adamrabbit I thought this was a bug ;)