Addon · Flex
flex y stacks vertically. flex x aligns horizontally. Add center, space, start — that's the API.
Stack children top-to-bottom. Add g-{n} for gap, center for alignment.
Align children left-to-right. Same modifiers, different axis.
flex y /* column */ flex x /* row */ wrap /* allow wrapping */
center /* main axis */ y center /* cross axis */ space /* space-between */ start, end
g-4, g-8, g-12, g-16 g-20, g-32, g-52, g-84
Wrap behaviors, alignment shorthand, breakpoint utilities. Everything an AI needs to lay out flex correctly.
Open /llms.txt →