//! Compound shorthand builders for properties whose CSS shorthand
//! combines multiple longhands.
//!
//! Each submodule provides one Rust type (`Border`, `Background`,
//! …) plus a builder method on [`Css`](crate::Css) that expands
//! the compound into its longhand entries.
pub use Animation;
pub use ;
pub use Border;
pub use Flex;
pub use ;
pub use ;
pub use Transition;