monks/scroll_snap_points_x

The scroll-snap-points-x property

Values

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

scroll-snap-points-x.length

pub const none: #(String, String)

scroll-snap-points-x.none

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

Enter a raw string value for scroll-snap-points-x

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

Enter a variable name to be used for scroll-snap-points-x. It will be wrapped in var() and have -- prepended.

Search Document