View Source mix postcss (ex_postcss v0.1.0)

Invokes postcss with the given args.

Usage:

$ mix postcss TASK_OPTIONS PROFILE POSTCSS_ARGS

Example:

$ mix postcss default assets/css/app.css priv/static/assets/app.css

If postcss is not installed, it is automatically downloaded. Note the arguments given to this task will be appended to any configured arguments.

options

Options

  • --runtime-config - load the runtime configuration before executing command

Note flags to control this Mix task must be given before the profile:

$ mix postcss --runtime-config default assets/css/app.scss