postcss Command Examples

Transform styles with JS plugins. More information: https://postcss.org.

postcss {{path/to/file}}

postcss {{path/to/file}} --output {{path/to/file}}

postcss {{path/to/file}} --dir {{path/to/directory}}

postcss {{path/to/file}} --replace

postcss {{path/to/file}} --parser {{parser}}

postcss {{path/to/file}} --syntax {{syntax}}

postcss {{path/to/file}} --watch

postcss --help