postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 22 Feb 2017 18:42:39 +0100
changeset 353 a61f9a9ebdc9
parent 315 f5cae9eaa296
permissions -rw-r--r--
Remove rest_framework from INSTALLED_APPS.

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