pub type LengthType = DimensionType;
pub struct LengthType { pub unit: Option<String>, pub content: f32, }
unit: Option<String>
content: f32