Function transmute_from_content

Source
pub fn transmute_from_content(
    css_content: &str,
    include_oneliner: bool,
) -> Result<(f64, String), GrimoireCssError>
Expand description

Transmutes CSS content to Grimoire CSS format. This is the main entry point for the content mode.