Skip to main content

Height

Utility class to organize and implement height properties. Height class uses all the values from spacing in design tokens.

Read all height utilities

Height​

.h-8.h-16.h-24.h-25.h-50.h-75.h-100
Class selectorsProperties & values
.h-0height: var(--rbrh-spacing-0);
.h-8height: var(--rbrh-spacing-8);
.h-16height: var(--rbrh-spacing-16);
.h-24height: var(--rbrh-spacing-24);
.h-25height: 25%;
.h-50height: 50%;
.h-75height: 75%;
.h-100height: 100%;

Max-height​

.max-h-0

.max-h-100

.max-h-max

max-h-min

ClassProperties
.max-h-0max-height: var(--rbrh-spacing-0);
.max-h-100max-height: 100%;
.max-h-maxmax-height: max-content
.max-h-minmax-height: min-content;

Min-height​

.min-h-0

.min-h-100

.min-h-max

.min-h-min

ClassProperties
.min-h-0min-height: var(--rbrh-spacing-0);
.min-h-100min-height: 100%;
.min-h-maxmin-height: max-content
.min-h-minmin-height: min-content;