view client/.postcssrc.js @ 1349:6720d683f7ca

Marshall JSON of SoundingResultDate correctly so it can be unmarshalled later on.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 26 Nov 2018 12:53:15 +0100
parents 3907a7b98067
children
line wrap: on
line source

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