Skip to main content

Crate csskit_transform

Crate csskit_transform 

Source

Macros§

transformer

Structs§

CssMinifierFeature
Runtime feature flags for the CSS minifier, enabling individual transforms.
ReduceCharsetRule
ReduceColors
ReduceLengths
ReduceShorthandValues
Removes redundant parts from values of CSS shorthand declarations, for example margin: 1px 1px 1px 1px becomes margin: 1px.
ReduceTimeUnits
ReduceUrls
RemoveInertNodes
Removes nodes which have no effect on rendering, such as rules with an empty block, or rules holding nothing but such rules.
RemoveOverriddenDeclarations
Removes declarations which a later declaration of the same block fully overrides, for example the margin-top of margin-top: 1px; margin: 2px.
Transformer

Enums§

CommitError
TransformEdit

Traits§

Transform
TransformerFeatures