pub use Specificity;
pub use Document;
pub use ;
pub use InliningMode;
use SmallVec;
/// Styles for a single element: (property name, specificity, value)
pub type ElementStyleMap<'i> = ;
/// Maps node IDs to their accumulated styles.
pub type DocumentStyleMap<'i> = ;