view client/.postcssrc.js @ 4489:39b9a264b319

client: translation: update source strings
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 27 Sep 2019 12:02:44 +0200
parents 3907a7b98067
children
line wrap: on
line source

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