Skip to main content

Module properties

Module properties 

Source
Expand description

CSS property parsers.

This module contains parsers for specific CSS properties that require complex parsing logic. Each property has its own module with specialized parsing for that property’s syntax.

Re-exports§

pub use border_radius::BorderRadiusIndividual;
pub use border_radius::BorderRadiusShorthand;
pub use box_shadow::BoxShadow;
pub use box_shadow::BoxShadowList;
pub use transform::Transform;

Modules§

border_radius
CSS Border Radius property parsing.
box_shadow
CSS Box Shadow property parsing.
transform
CSS Transform property parsing.