postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 23 Feb 2017 11:55:02 +0100
changeset 357 cbff6a49092a
parent 315 f5cae9eaa296
permissions -rw-r--r--
Add restframework to setup.py

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