Type Definition style::values::computed::IntegerOrAuto [] [src]

type IntegerOrAuto = Either<CSSInteger, Auto>;

| auto

Methods

impl IntegerOrAuto
[src]

[src]

Returns the integer value if it is an integer, otherwise return the given value.