view client/.postcssrc.js @ 4564:6b107d4e6810 iso-areas

Add more debug output to trace problem why reprojected iso areas are not in expected bounds.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 03 Oct 2019 19:51:53 +0200
parents 3907a7b98067
children
line wrap: on
line source

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