view client/.postcssrc.js @ 3045:44dc837638d9

client: improve styles for pdf-gen of diagrams * add missing styles and calls of setInlineStyle function * correct some d3 style
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 15 Apr 2019 11:04:00 +0200
parents 3907a7b98067
children
line wrap: on
line source

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