Module align

Source
Expand description

Values for CSS Box Alignment properties

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

Re-exports§

pub use super::specified::AlignContent;
pub use super::specified::AlignItems;
pub use super::specified::ContentDistribution;
pub use super::specified::JustifyContent;
pub use super::specified::SelfAlignment;
pub use super::specified::AlignSelf;
pub use super::specified::JustifySelf;
pub use self::ComputedJustifyItems as JustifyItems;

Structs§

ComputedJustifyItems
The computed value for the justify-items property.