view client/.postcssrc.js @ 3960:4268bb8e2839

clinet: pdf-gen: fix addText function in pdftool * set default width value to avoid stop rendering of elements if its missed in the template-definition
author Fadi Abbud <fadi.abbud@intevation.de>
date Tue, 16 Jul 2019 16:54:55 +0200
parents 3907a7b98067
children
line wrap: on
line source

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