view client/.postcssrc.js @ 3811:37e896990c99 yworks-svg2pdf

client: improve pdf generation towards vector diagrams * Moving AvailableFairwayDepth.vue addDiagram to svg2pdf. * Mark the scaling and aspect ration as todos for both vector diagrams in pdf generation AvailableFairwayDepth.vue and Waterlevel.vue.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 05 Jul 2019 10:50:55 +0200
parents 3907a7b98067
children
line wrap: on
line source

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