Type Definition lightningcss::values::number::CSSInteger

source ·
pub type CSSInteger = i32;
Expand description

A CSS <integer> value.

Trait Implementations§

Parse a value of this type using an existing parser.
Parse a value from a string. Read more
Serialize self in CSS syntax, writing to dest.
Serialize self in CSS syntax and return a string. Read more
Returns the zero value.
Returns whether the value is zero.