view client/.postcssrc.js @ 5477:a3d46cee9f69

merge
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 17 Aug 2021 16:52:15 +0200
parents 3907a7b98067
children
line wrap: on
line source

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