Type Definition style::values::computed::effects::BoxShadow [] [src]

type BoxShadow = GenericBoxShadow<Option<RGBAColor>, Length, NonNegativeLength, Length>;

A computed value for a single shadow of the box-shadow property.