Remove CSS vendor prefixes from your source.
Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website
Discard comments in your CSS files with PostCSS.
Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.
Detect/remove browser hacks from CSS files.
Safe defaults for cssnano which require minimal configuration.
Minify font declarations with PostCSS
LESS parser for PostCSS
Use the parts of normalize.css or sanitize.css you need from your browserslist
Add necessary or remove extra charset with PostCSS
Convert modern CSS into something browsers understand
Discard duplicate rules in your CSS files with PostCSS.
Minify gradient parameters with PostCSS.
Tool for transforming styles with JS plugins
PostCSS plugin to import CSS files
PostCSS for CSS-in-JS and styles in JS objects
> Selector parser with built in methods for working with selector strings.
PostCSS plugin to unwrap nested rules like how Sass does it
PostCSS loader for webpack
Autoload Config for PostCSS
Color helpers to ease transformation between formats, gamut, etc
Minify colors in your CSS files with PostCSS.
Fault-tolerant CSS parser for PostCSS
Normalize multiple value display syntaxes into single values.