pub const bottom: #(String, String)
bottom value of background-image
pub const center: #(String, String)
center value of background-image
pub const circle: #(String, String)
circle value of background-image
pub const closest_corner: #(String, String)
closest-corner value of background-image
pub const closest_side: #(String, String)
closest-side value of background-image
pub const contain: #(String, String)
contain value of background-image
pub const cover: #(String, String)
cover value of background-image
pub const ellipse: #(String, String)
ellipse value of background-image
pub const farthest_corner: #(String, String)
farthest-corner value of background-image
pub const farthest_side: #(String, String)
farthest-side value of background-image
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const left: #(String, String)
left value of background-image
pub const none: #(String, String)
- : Is a keyword denoting the absence of images.
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for background-image
pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const right: #(String, String)
right value of background-image
pub const top: #(String, String)
top value of background-image
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)
Enter a variable name to be used for background-image.
It will be wrapped in var() and have -- prepended.