view client/.postcssrc.js @ 1073:7845c599f4c9

feat: zoombuttons
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 26 Oct 2018 12:53:52 +0200
parents 3907a7b98067
children
line wrap: on
line source

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