Skip to main content

initial_values_arc

Function initial_values_arc 

Source
pub fn initial_values_arc() -> Arc<ComputedValues>
Expand description

Returns initial (default) computed values wrapped in Arc. Stylo equivalent of the old ComputedStyle::default(). Uses a static cache to avoid repeated allocation.