view client/.postcssrc.js @ 5389:661e8a2deed9 extented-report

add simple validation to statsupdate import
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 02 Jul 2021 14:16:02 +0200
parents 3907a7b98067
children
line wrap: on
line source

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