postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 20 Feb 2017 17:12:56 +0100
changeset 321 f8ee375445e6
parent 315 f5cae9eaa296
permissions -rw-r--r--
Change collection home layout. - Manage tabs with Bootstrap JS. - Remove useless components. - Link directly to image.

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