monks/page
The page CSS property is used to specify the named page, a specific type of page defined by the {{cssxref(“@page”)}} at-rule.
If there are multiple selectors that are using a named page consecutively then a forced page break using break-after may be needed.
Values
pub const auto_: #(String, String)
- : Default value. Use the value of the nearest ancestor with a non-
autovalue. If no ancestor has a named page value set, the used value for auto is the empty string.
pub const revert_layer: #(String, String)