pub fn css_to_rust_code(css: &Css) -> String
Render a parsed Css as Rust source code (a const CSS: Css = ...;).
Css
const CSS: Css = ...;