Skip to main content

Module border_radius

Module border_radius 

Source
Expand description

CSS Border Radius property parsing.

Handles border-radius property syntax including individual values and shorthand notation. Supports both horizontal and vertical radius values with proper fallback logic.

Structsยง

BorderRadiusIndividual
Individual border radius value (can have different horizontal and vertical values)
BorderRadiusShorthand
Border radius shorthand property (all four corners)