Height

Class Properties
t.hAuto height: 'auto'
t.hPx height: 1
t.h0 height: 0
t.h1 height: 4
t.h2 height: 8
t.h3 height: 12
t.h4 height: 16
t.h5 height: 20
t.h6 height: 24
t.h8 height: 32
t.h10 height: 40
t.h12 height: 48
t.h16 height: 64
t.h20 height: 80
t.h24 height: 96
t.h32 height: 128
t.h40 height: 160
t.h48 height: 192
t.h56 height: 224
t.h64 height: 256
t.hFull height: '100%'
t.hScreen height: '100vh'

Auto

Use t.hAuto to let the browser determine the height for the element.

t.hAuto

Screen height

Use t.hScreen to make an element span the entire height of the viewport.

Fixed height

Use t.h{number} or t.hPx to set an element to a fixed height.

t.h8

t.h12

t.h16

Full height

Use t.hFull to set an element’s height to 100% of its parent, as long as the parent has a defined height.

t.hFull