postcss / postcss-cli

CLI for postcss
Other
840 stars 93 forks source link

Grid option #241

Closed sbadya closed 6 years ago

sbadya commented 6 years ago

Hello! How can I use grid option in the command string?

"postcss --use autoprefixer --autoprefixer.browsers "ff >= 60, chrome>=66, ie >= 11" -r"

RyanZim commented 6 years ago

You need to use a config file to pass options to plugins.