Module counters

Source
Expand description

Generic types for counters-related CSS values.

Re-exports§

pub use self::GenericCounterPair as CounterPair;
pub use self::GenericCounterIncrement as CounterIncrement;
pub use self::GenericCounterSet as CounterSet;
pub use self::GenericCounterReset as CounterReset;
pub use self::GenericCounters as Counters;
pub use self::GenericContent as Content;
pub use self::GenericContentItem as ContentItem;

Structs§

GenericContentItems
The non-normal, non-none values of the content property.
GenericCounterIncrement
A generic value for the counter-increment property.
GenericCounterPair
A name / value pair for counters.
GenericCounterReset
A generic value for the counter-reset property.
GenericCounterSet
A generic value for the counter-set property.
GenericCounters
A generic value for lists of counters.

Enums§

GenericContent
The specified value for the content property.
GenericContentItem
Items for the content property.

Functions§

is_decimal 🔒

Type Aliases§

CounterStyleType 🔒