view client/.postcssrc.js @ 4803:b3f65cff13e8

client: FWD,FWDVsLNWL: implement image-export
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 28 Oct 2019 10:41:12 +0100
parents 3907a7b98067
children
line wrap: on
line source

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