postcss.config.js
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 22 Feb 2017 15:39:28 +0100
changeset 341 3b49e0484af2
parent 315 f5cae9eaa296
permissions -rw-r--r--
Improve TagList when there are no tags.

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