Is there a way to hide an element on small or extra-small screens using the vuestic vuejs framework?
<div class="flex md4 sm4 xs0"></div>
<div class="flex v-line xs0 sm0 md1"></div>
<div class="flex md8 xs12"></div>
I need help figuring out an alternative to using xs0
or sm0
here, as they don't seem to be working.