Expand description
CSS properties for generated content (content, counter-reset,
counter-increment, string-set).
Defines Content, CounterReset, CounterIncrement, and
StringSet, which are registered as [CssProperty] variants.
Re-exports§
pub use parser::*;
Modules§
Structs§
- Content
- CSS
contentproperty value, stored as a raw string. - Counter
Increment - CSS
counter-incrementproperty: increments a named counter by a given value. - Counter
Reset - CSS
counter-resetproperty: resets a named counter to a given value. - String
Set - CSS
string-setproperty value, stored as a raw string.