Expand description
Basic CSS properties and their parsing code
Re-exports§
pub use self::angle::*;pub use self::animation::*;pub use self::color::*;pub use self::direction::*;pub use self::error::*;pub use self::font::*;pub use self::geometry::*;pub use self::image::*;pub use self::length::*;pub use self::pixel::*;pub use self::time::*;
Modules§
- angle
- CSS property types for angles (degrees, radians, etc.).
- animation
- Basic types for SVG paths and animations.
- color
- CSS property types for color.
- direction
- CSS property types for direction (for gradients).
- error
- font
- CSS properties for fonts, such as font-family, font-size, font-weight, and font-style.
- geometry
- Basic geometry primitives for layout calculations.
- image
- length
- parse
- pixel
- time
- CSS property types for time durations (s, ms).