view client/.postcssrc.js @ 3118:4dcbf9e9013c

Added stub for GET /api/data/fairway-depth/{gauge}
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 28 Apr 2019 22:26:48 +0200
parents 3907a7b98067
children
line wrap: on
line source

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