monks/break_before

The break-before CSS property sets how page, column, or region breaks should behave before a generated box. If there is no generated box, the property is ignored.

Values

pub const all: #(String, String)

all value of break-before

pub const always: #(String, String)

always value of break-before

pub const auto_: #(String, String)

auto value of break-before

pub const avoid: #(String, String)

avoid value of break-before

pub const avoid_column: #(String, String)

avoid-column value of break-before

pub const avoid_page: #(String, String)

avoid-page value of break-before

pub const avoid_region: #(String, String)

avoid-region value of break-before

pub const column: #(String, String)

column value of break-before

pub const inherit: #(String, String)
pub const initial: #(String, String)
pub const left: #(String, String)

left value of break-before

pub const page: #(String, String)

page value of break-before

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

Enter a raw string value for break-before

pub const recto: #(String, String)

recto value of break-before

pub const region: #(String, String)

region value of break-before

pub const revert: #(String, String)
pub const revert_layer: #(String, String)
pub const right: #(String, String)

right value of break-before

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

Enter a variable name to be used for break-before. It will be wrapped in var() and have -- prepended.

pub const verso: #(String, String)

verso value of break-before

Search Document