Sizing
Sizing width
Example
The green element is given 50% width and blue one is given 25%.
Classes
Format: u-width--size
This utlitiy is responsive and can be used like class="u-width--size@md"
Modifiers | Description | Values |
size | Sets width of element in percent | 25, 50, 75, 100, auto, unset |
Sizing height
Example
In this example we've given the green element 50% height and the blue one 25%.
Classes
Format: u-height--size
This utlitiy is responsive and can be used like class="u-height--size@md"
Modifiers | Description | Values |
size | Sets height of element in percent | 25, 50, 75, 100, auto, unset |