view client/.postcssrc.js @ 1254:8ff6ff0e63a7

don't animate morphtool box to prevent it from jumping around when the infobar component is displayed
author Markus Kottlaender <markus@intevation.de>
date Wed, 21 Nov 2018 12:22:39 +0100
parents 3907a7b98067
children
line wrap: on
line source

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