37 packages
cssnano
A modular minifier, built on top of the PostCSS ecosystem.
cssnano-preset-advanced
Advanced optimisations for cssnano; may or may not break your CSS!
cssnano-preset-default
Safe defaults for cssnano which require minimal configuration.
cssnano-preset-lite
Safe and minimum transformation
cssnano-utils
Utility methods and plugin for cssnano projects
css-size
Compare the compressed and uncompressed sizes of a CSS file before and after processing.
postcss-colormin
Minify colors in your CSS files with PostCSS.
postcss-convert-values
Convert values with PostCSS (e.g. ms -> s)
postcss-discard-comments
Discard comments in your CSS files with PostCSS.
postcss-discard-duplicates
Discard duplicate rules in your CSS files with PostCSS.
postcss-discard-empty
Discard empty rules and values with PostCSS.
postcss-discard-overridden
PostCSS plugin to discard overridden @keyframes or @counter-style.
postcss-discard-unused
Discard unused counter styles, keyframes and fonts.
postcss-merge-idents
Merge keyframe and counter style identifiers.
postcss-merge-longhand
Merge longhand properties into shorthand with PostCSS.
postcss-merge-rules
Merge CSS rules with PostCSS.
postcss-minify-font-values
Minify font declarations with PostCSS
postcss-minify-gradients
Minify gradient parameters with PostCSS.
postcss-minify-params
Minify at-rule params with PostCSS
postcss-minify-selectors
Minify selectors with PostCSS.
postcss-normalize-charset
Add necessary or remove extra charset with PostCSS
postcss-normalize-display-values
Normalize multiple value display syntaxes into single values.
postcss-normalize-positions
Normalize keyword values for position into length values.
postcss-normalize-repeat-style
Convert two value syntax for repeat-style into one value.
postcss-normalize-string
Normalize wrapping quotes for CSS string literals.