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§
- The computed value for the
justify-items
property.