pub type MathNegate = Box<NumericValue>;Expand description
A negated numeric value.
This corresponds to CSSMathNegate in the Typed OM specification. A negate
expression represents constructs such as -10px or -(10px + 2em).
Aliased Typeยง
pub struct MathNegate(/* private fields */);