Expand description
<length>
computed values, and related ones.
Re-exports§
pub use super::image::Image;
pub use super::length_percentage::LengthPercentage;
pub use super::length_percentage::NonNegativeLengthPercentage;
pub use crate::values::specified::url::UrlOrNone;
pub use crate::values::specified::Angle;
pub use crate::values::specified::BorderStyle;
pub use crate::values::specified::Time;
Macros§
- Some boilerplate to share between negative and non-negative length-percentage or auto.
Structs§
- The computed
<length>
value.
Type Aliases§
- A computed value for
anchor-size
runction. - An alias of computed
<length>
value. - Either a computed
<length>
or theauto
keyword. - Either a computed
<length>
or a<number>
value. - A computed type for
<length-percentage> | auto
. - A computed type for
margin
properties. - A computed value for
max-width
ormax-height
property. - A wrapper of Length, whose value must be >= 0.
- Either a non-negative
<length>
or theauto
keyword. - Either a non-negative
<length>
or a<number>
. - A wrapper of LengthPercentageOrAuto, whose value must be >= 0.
- Either a computed NonNegativeLengthPercentage or the
normal
keyword. - A computed value for
min-width
,min-height
,width
orheight
property.