Module align

Source
Expand description

Values for CSS Box Alignment properties

https://drafts.csswg.org/css-align/

Structsยง

AlignContent
Value for the align-content property.
AlignFlags
Constants shared by multiple CSS Box Alignment properties
AlignItems
Value of the align-items property
AlignSelf
The specified value of the align-self property.
ContentDistribution
Shared value for the align-content and justify-content properties.
JustifyContent
Value for the justify-content property.
JustifyItems
Value of the justify-items property
JustifySelf
The specified value of the justify-self property.
SelfAlignment
https://drafts.csswg.org/css-align/#self-alignment

Enumsยง

AxisDirection
An axis direction, either inline (for the justify properties) or block, (for the align properties).

Functionsยง

list_auto_normal_stretch ๐Ÿ”’
list_baseline_keywords ๐Ÿ”’
list_content_distribution_keywords ๐Ÿ”’
list_legacy_keywords ๐Ÿ”’
list_normal_stretch ๐Ÿ”’
list_overflow_position_keywords ๐Ÿ”’
list_self_position_keywords ๐Ÿ”’
parse_auto_normal_stretch ๐Ÿ”’
parse_baseline ๐Ÿ”’
parse_content_distribution ๐Ÿ”’
parse_left_right_center ๐Ÿ”’
parse_legacy ๐Ÿ”’
parse_normal_stretch ๐Ÿ”’
parse_overflow_position ๐Ÿ”’
parse_self_position ๐Ÿ”’