Enh: container/section vertical alignment + box-model/anim/vis #19
Reference in New Issue
Block a user
Delete Branch "enh-containers"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Vertical alignment for Container/Section (justify-content + min-height) and align-items for Columns, plus box-model + animation/visibility across the three layout components. Flex conversion is gated on vertical-align actually being set so plain containers stay block-flow (no regression to inline-block children). All style values flow through cssPropsToString. 675 tests.
🤖 Generated with Claude Code