Vuetify Version: 2.0.18
Vue Version: 2.6.10
Browsers: Google Chrome
OS: Mac OS 10.15
Just by trying to use the "xs"-breakpoint property. When the extra small screen size gets triggered nothing happens.
There should be a xs property like for each other breakpoint (sm, md, lg, xl)
The xs breakpoint is not implemented in the 2.x grid system. In the 1.x grid system it was implemented and worked fine
You are already using the cols prop which is the 2.0 equivalent of xs
It should, in my opinion, be better highlighted in the documentation.
Most helpful comment
It should, in my opinion, be better highlighted in the documentation.