Skip to main content

get_specificity

Function get_specificity 

Source
pub fn get_specificity(path: &CssPath) -> (usize, usize, usize, usize)
Expand description

Returns specificity of the given css path. Further information can be found on the w3 website.