postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 20 Feb 2017 17:14:08 +0100
changeset 322 1da12bcb9894
parent 315 f5cae9eaa296
permissions -rw-r--r--
Add content_fluid block.

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