view client/.postcssrc.js @ 1407:005d8e9f3a9a

client: fix translation display for about info
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 28 Nov 2018 17:23:36 +0100
parents 3907a7b98067
children
line wrap: on
line source

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