postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 23 Feb 2017 11:49:47 +0100
changeset 354 1bcbdeb60eee
parent 315 f5cae9eaa296
permissions -rw-r--r--
Scroll to annotation on page load.

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