pub fn transmute_from_content( css_content: &str, include_oneliner: bool, ) -> Result<(f64, String), GrimoireCssError>
Transmutes CSS content to Grimoire CSS format. This is the main entry point for the content mode.