//! CSS property definitions
//!
//! This module defines all CSS-like properties used for styling widgets.
//! Properties are organized into logical groups for maintainability.
// Re-export all public types
pub use LayoutStyle;
pub use SizingStyle;
pub use SpacingStyle;
pub use Style;
pub use *;
pub use ;
// Tests moved to tests/style_tests.rs