monks/list_style

The list-style CSS shorthand property allows you to set all the list style properties at once.

Values

pub const bottom: #(String, String)

bottom value of list-style

pub const center: #(String, String)

center value of list-style

pub const circle: #(String, String)

circle value of list-style

pub const closest_corner: #(String, String)

closest-corner value of list-style

pub const closest_side: #(String, String)

closest-side value of list-style

pub const contain: #(String, String)

contain value of list-style

pub const cover: #(String, String)

cover value of list-style

pub const ellipse: #(String, String)

ellipse value of list-style

pub const farthest_corner: #(String, String)

farthest-corner value of list-style

pub const farthest_side: #(String, String)

farthest-side value of list-style

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const inside: #(String, String)

inside value of list-style

pub const left: #(String, String)

left value of list-style

pub fn length(value: monks_of_style.Length) -> #(String, String)

length value of list-style

pub const none: #(String, String)
  • : No list style is used.
pub const outside: #(String, String)

outside value of list-style

pub fn raw(value: String) -> #(String, String)

Enter a raw string value for list-style

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const right: #(String, String)

right value of list-style

pub const top: #(String, String)

top value of list-style

pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)

Enter a variable name to be used for list-style. It will be wrapped in var() and have -- prepended.

Search Document