Configure options below — the preview updates in real time.
Enable and configure the most commonly used PostCSS plugins.
Override the browserslist query for autoprefixer.
Enable or configure CSS Grid prefixing for IE.
The optimization preset to use for cssnano.
Plugins that add modern CSS syntax, nesting, variables, and other language features.
CSS feature stage to enable. Stage 0 is experimental, Stage 4 is stable.
Enable or disable specific CSS features by ID (e.g. nesting-rules, custom-properties).
Override the browserslist query for postcss-preset-env.
Utility plugins for transforming units, sorting, and other helpers.
The root element font size (usually 16).
CSS properties to convert from px to rem.
Other PostCSS plugins to load by package name.
Enter additional PostCSS plugin package names to include.
Configure custom parsers and syntax handlers for non-standard CSS formats.
Custom PostCSS syntax module containing both parser and stringifier. For processing SCSS, Less, SugarSS, etc.
A special syntax parser to generate AST from a string. Used independently of syntax for safe parsing.
A special syntax output generator that converts AST back to string.
Input and output file paths for PostCSS processing.
The input file path. Used for source map generation and error messages.
The destination file path. Used for source map annotation.
Configure source map generation for debugging transformed CSS.
Source map content from a previous processing step (e.g. Sass). Set to false to ignore previous maps, or provide a file path string.
Add a sourceMappingURL annotation comment to the output CSS. Set to false to disable, or provide a custom file path string.
Override the from property specifically for the sources array inside the source map.
1module.exports = {};