Expand description
CSS Generator Module
This module provides the main CSS generation interface, orchestrating the various parser modules to generate CSS.
Re-exports§
pub use types::CssRule;pub use types::CssProperty;pub use types::CssGenerationConfig;pub use generator::CssGenerator;pub use css_output::CssOutputGenerator;pub use variants::VariantParser;pub use parsers::*;