view client/.postcssrc.js @ 2372:20e4efa64320

client: improved row colors in identify box
author Markus Kottlaender <markus@intevation.de>
date Thu, 21 Feb 2019 15:51:56 +0100
parents 3907a7b98067
children
line wrap: on
line source

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