Flex utilities
Halfmoon comes with responsive utility classes which can be used to set the layout, alignment, and sizing of grid columns, or other flexbox based components.
Before we begin
The {breakpoint} keyword can be found in many of the utility classes presented on this page. In all cases, the {breakpoint} can be sm, md, lg, or xl. If the breakpoint is not provided, the element will be affected on all screen sizes (including extra small screens). On the other hand, if it is provided, the element will be affected only for that breakpoint and up.
Moreover, the boxes in the examples are given a border, along with margin and padding. None of this is shown in the code for the sake of conciseness.