Skip to content

Commit

Permalink
chore(innate): add css rules parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Oct 4, 2023
1 parent df3152d commit 1564866
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kayle_innate/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ pub fn _audit_not_ready(html: &str, _css_rules: &str) -> Result<JsValue, JsValue
let css_rules = &mut cssparser::ParserInput::new(&_css_rules);
// TODO: build the rules to css blocks that selectors can be used to find the element of the style.
let mut _css_parser = cssparser::Parser::new(css_rules);

let css_rules_parser = cssparser::RuleListParser::new_for_stylesheet(
&mut _css_parser,
crate::engine::styles::rules::RulesParser,
Expand Down

0 comments on commit 1564866

Please sign in to comment.