//! Style integration tests - split into modules
#[path = "style/animation.rs"]
mod animation;
#[path = "style/animation_presets.rs"]
mod animation_presets;
#[path = "style/computed.rs"]
mod computed;
#[path = "style/easing.rs"]
mod easing;
#[path = "style/error.rs"]
mod error;
#[path = "style/parser.rs"]
mod parser;
#[path = "style/properties.rs"]
mod properties;
#[path = "style/theme.rs"]
mod theme;
#[path = "style/transition.rs"]
mod transition;