view client/.postcssrc.js @ 4845:8c46b845b406

Fix comment
author Tom Gottfried <tom@intevation.de>
date Thu, 14 Nov 2019 14:36:41 +0100
parents 3907a7b98067
children
line wrap: on
line source

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