view client/.postcssrc.js @ 4112:7959f62d3051

calculate scaling factor depending on DPI
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 30 Jul 2019 16:31:21 +0200
parents 3907a7b98067
children
line wrap: on
line source

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