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)
pub const none: #(String, String)
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)
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.