Trait procss::RenderCss

source ·
pub trait RenderCss {
    fn render(&self, f: &mut Formatter<'_>) -> Result;

    fn as_css_string(&self) -> String { ... }
}

Required Methods

Provided Methods

Render self as a valid CSS String, minified (with non-interpretation-impacting whitespace removed).

Implementations on Foreign Types

Implementors