view client/.postcssrc.js @ 3415:0e54eca5d499

merge
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 23 May 2019 15:30:25 +0200
parents 3907a7b98067
children
line wrap: on
line source

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