monks/row_gap

The row-gap CSS property sets the size of the gap ({{glossary(“gutters”,“gutter”)}}) between an element’s rows.

Early versions of the specification called this property grid-row-gap, and to maintain compatibility with legacy websites, browsers will still accept grid-row-gap as an alias for row-gap.

Values

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

length value of row-gap

pub const normal: #(String, String)

normal value of row-gap

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

Enter a raw string value for row-gap

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 row-gap. It will be wrapped in var() and have -- prepended.

Search Document