pub fn expand_css_nested_selector(
parent_selector: &str,
nested_selector: &str,
) -> Option<String>Expand description
Expand a CSS Nesting selector against its canonical parent selector.
This is exposed for analysis/query layers that must compare selectors in their resolved form without running the full transform pipeline.