app/pb_kits/playbook/pb_flex/docs/_flex_gap
Prop
gap|row_gap|rowGap|column_gap|columnGap| Type: String | Values: xxs | xs | sm | md | lg | xl | noneSetting the gap prop sets the row_gap || rowGap and the column_gap || columnGap props to the same size and creates equal space within a flex container.
Setting the row_gap || rowGap prop creates space between rows in a flex container.
Setting the column_gap || columnGap prop creates space between columns in a flex container.