flex

Utilities for controlling how flex items both grow and shrink.

Class Properties
v-flex--1 flex: -1;
v-flex--2 flex: -2;
v-flex--3 flex: -3;
v-flex--4 flex: -4;
v-flex-1 flex: 1;
v-flex-2 flex: 2;
v-flex-3 flex: 3;
v-flex-4 flex: 4;
v-flex-auto flex: auto;
v-flex-content flex: content;
v-flex-none flex: none;