// css/src/props/mod.rs
//! Contains all CSS property definitions, organized by category.
// Helper macros used across property modules.
// Re-export PixelValueTaker trait so external crates can construct dimension types
pub use PixelValueTaker;
// Public modules for different property categories.
// The core CssProperty enum and its parser.
// A trait for formatting properties back to CSS strings.