PostCSS is a tool for transforming styles with JS plugins.
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