📄️ Overview
The display styles handle the following:
📄️ Aligning flexbox items
The align styles handle aligning flexbox items with align-items.
📄️ "display" styles
The display styles handle the display CSS property styles. There is also a visually-hidden class for hidding an element in an accessible way.
📄️ Flexbox utilities
The flexbox utility styles currently handle flex-direction styles.
📄️ Justify flexbox items
The justify utility styles currently handle justify-content styles.
📄️ Display order
The display order styles provide helper classes for setting the display order of items with the order style.
📄️ Print styles
This provides some classes to help show and hide content when printing.