//! CSS processing and style management for Sherwood
//!
//! This module provides functionality for processing, bundling, and managing CSS files
//! with support for modern browser targets, minification, and embedded styles.
// Re-export public types for backward compatibility
pub use ;
pub use STYLES;
pub use StyleManager;
pub use CssProcessor;
pub use ;