view client/.postcssrc.js @ 4814:ad2ad7bae4a6

client: fairwayprofile: fix legend color for image-export
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 30 Oct 2019 09:33:59 +0100
parents 3907a7b98067
children
line wrap: on
line source

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