monks/counter_reset
The counter-reset CSS property creates named CSS counters and initializes them to a specific value. It supports creating counters that count up from one to the number of elements, as well as those that count down from the number of elements to one.
Values
pub const none: #(String, String)
- : Specifies that no counter initialization should occur. This value is useful for overriding
counter-resetvalues in less specific rules.
pub const revert_layer: #(String, String)