pub struct CssParser {
pub stylesheets: Vec<Stylesheet>,
}Expand description
CSS parser implementing selector matching and cascade resolution
Fields§
§stylesheets: Vec<Stylesheet>pub struct CssParser {
pub stylesheets: Vec<Stylesheet>,
}CSS parser implementing selector matching and cascade resolution
stylesheets: Vec<Stylesheet>