view client/.postcssrc.js @ 3879:20be498adaf7 improve-fwa-diagrams

client: available fairway depth diagram: use available space
author Markus Kottlaender <markus@intevation.de>
date Mon, 24 Jun 2019 10:28:01 +0200
parents 3907a7b98067
children
line wrap: on
line source

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