view client/.postcssrc.js @ 1060:c9badb264d16

client: fix eslint issues.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 25 Oct 2018 20:55:03 +0200
parents 3907a7b98067
children
line wrap: on
line source

module.exports = {
  plugins: {
    autoprefixer: {}
  }
};