monks/margin_inline_end
The margin-inline-end CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element’s writing mode, directionality, and text orientation. In other words, it corresponds to the {{cssxref(“margin-top”)}}, {{cssxref(“margin-right”)}}, {{cssxref(“margin-bottom”)}} or {{cssxref(“margin-left”)}} property depending on the values defined for {{cssxref(“writing-mode”)}}, {{cssxref(“direction”)}}, and {{cssxref(“text-orientation”)}}.
Values
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of margin-inline-end
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for margin-inline-end
pub const revert_layer: #(String, String)