Skip to content

Instantly share code, notes, and snippets.

@BASICjfisher
Created May 13, 2015 19:15
Show Gist options
  • Save BASICjfisher/a650dbfad298bb0d4c91 to your computer and use it in GitHub Desktop.
Save BASICjfisher/a650dbfad298bb0d4c91 to your computer and use it in GitHub Desktop.
postcss --config options.json [-o output-file|-d output-directory] [input-file]
options.json
{
"safe": true,
"autoprefixer": {
"browsers": "> 5%"
},
"postcss-cachify": {
"baseUrl": "/res"
},
"postcss-nested": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment