Skip to main content

ComputedValue

Type Alias ComputedValue 

Source
pub type ComputedValue = VariableValue;
Expand description

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

Aliased Type§

pub struct ComputedValue {
    pub css: String,
    pub url_data: UrlExtraData,
    /* private fields */
}

Fields§

§css: String

The raw CSS string.

§url_data: UrlExtraData

The url data of the stylesheet where this value came from.