pub type MathInvert = Box<NumericValue>;Expand description
An inverted numeric value.
This corresponds to CSSMathInvert in the Typed OM specification. An
invert expression represents constructs such as 1 / 2, 1 / 10px, or
more generally the reciprocal of another numeric value.
Aliased Typeยง
pub struct MathInvert(/* private fields */);