monks/border_start_end_radius
The border-start-end-radius CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element’s {{cssxref(“writing-mode”)}}, {{cssxref(“direction”)}}, and {{cssxref(“text-orientation”)}}. This is useful when building styles to work regardless of the text orientation and writing mode.
This property affects the corner between the block-start and the inline-end sides of the element. For instance, in a horizontal-tb writing mode with ltr direction, it corresponds to the {{CSSxRef(“border-top-right-radius”)}} property.
Values
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of border-start-end-radius
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for border-start-end-radius
pub const revert_layer: #(String, String)