view client/.postcssrc.js @ 4815:69657aab46ec

translation: merge translations from weblate
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 30 Oct 2019 11:31:12 +0100
parents 3907a7b98067
children
line wrap: on
line source

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