pub fn css_for_theme_with_class_style(
    theme: &Theme,
    style: ClassStyle
) -> Result<String, Error>
Expand description

Create a complete CSS for a given theme. Can be used inline, or written to a CSS file.