view client/.postcssrc.js @ 1485:22b2e0c7c411

translations: merge translations with new strings
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 04 Dec 2018 12:52:31 +0100
parents 3907a7b98067
children
line wrap: on
line source

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