view client/.postcssrc.js @ 4577:82029885c11b iso-areas

Fixed systematic offset of new iso areas.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 08 Oct 2019 10:37:02 +0200
parents 3907a7b98067
children
line wrap: on
line source

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