postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 22 Feb 2017 16:46:29 +0100
changeset 346 ff784774b131
parent 315 f5cae9eaa296
permissions -rw-r--r--
Get URL from router.

module.exports = {
  plugins: [
    require('autoprefixer')({ /* ...options */ })
  ]
}