Module align

Module align 

Source
Expand description

Values for CSS Box Alignment properties

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

Structsยง

AlignFlags
Constants shared by multiple CSS Box Alignment properties
ContentDistribution
Shared value for the align-content and justify-content properties.
ItemPlacement
Value of the align-items and justify-items properties
JustifyItems
Value of the justify-items property
SelfAlignment
The specified value of the {align,justify}-self properties.

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 ๐Ÿ”’