monks/list_style_image
The list-style-image CSS property sets an image to be used as the list item marker.
It is often more convenient to use the shorthand {{ cssxref(“list-style”) }}.
Values
pub const closest_corner: #(String, String)
closest-corner value of list-style-image
pub const farthest_corner: #(String, String)
farthest-corner value of list-style-image
pub const farthest_side: #(String, String)
farthest-side value of list-style-image
pub fn length(value: monks_of_style.Length) -> #(String, String)
length value of list-style-image
pub const none: #(String, String)
- : Specifies that no image is used as the marker. If this value is set, the marker defined in {{ Cssxref(“list-style-type”) }} will be used instead. This is the default value for {{cssxref(“list-style”)}}.
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for list-style-image
pub const revert_layer: #(String, String)