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§
- The non-normal, non-none values of the content property.
- A generic value for the
counter-increment
property. - A name / value pair for counters.
- A generic value for the
counter-reset
property. - A generic value for the
counter-set
property. - A generic value for lists of counters.
Enums§
- The specified value for the
content
property. - Items for the
content
property.