The scroll-snap-coordinate property
pub const bottom: #(String, String)
scroll-snap-coordinate.bottom
pub const center: #(String, String)
scroll-snap-coordinate.center
pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const left: #(String, String)
scroll-snap-coordinate.left
pub const none: #(String, String)
scroll-snap-coordinate.none
pub fn raw(value: String) -> #(String, String)
Enter a raw string value for scroll-snap-coordinate
pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const right: #(String, String)
scroll-snap-coordinate.right
pub const top: #(String, String)
scroll-snap-coordinate.top
pub const unset: #(String, String)
pub fn var(variable: String) -> #(String, String)
Enter a variable name to be used for scroll-snap-coordinate.
It will be wrapped in var() and have -- prepended.