Display

Class Properties
t.flex display: 'flex'
t.hidden display: 'none'

Flex

Use t.flex to create a block-level flex container.

1
2
3

Hidden

Use t.hidden to set an element to display: 'none' and remove it from the page layout.

2
3