view client/.postcssrc.js @ 2986:7ee9a3ef90d4

client: remove resize event listener from diagrams after they are closed to avoid console errors...
author Markus Kottlaender <markus@intevation.de>
date Tue, 09 Apr 2019 18:48:16 +0200
parents 3907a7b98067
children
line wrap: on
line source

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