view client/.postcssrc.js @ 1400:7ba1de867c8d

client: fix Makefile for translations * Fix location of translations.json in Makefile, which was forgotten when reorganising the directory.
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 28 Nov 2018 15:56:38 +0100
parents 3907a7b98067
children
line wrap: on
line source

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