Type Definition style::custom_properties::SpecifiedValue [] [src]

type SpecifiedValue = VariableValue;

Both specified and computed values are VariableValues, the difference is whether var() functions are expanded.

Trait Implementations

impl ToCss for SpecifiedValue
[src]

[src]

Serialize self in CSS syntax, writing to dest.

[src]

Serialize self in CSS syntax and return a string. Read more