view client/.postcssrc.js @ 2228:9b15293d028c pdf-export

PDF-generation: Hide template configuration (as long as it's not working).
author Markus Kottlaender <markus@intevation.de>
date Wed, 13 Feb 2019 07:55:57 +0100
parents 3907a7b98067
children
line wrap: on
line source

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