view client/.postcssrc.js @ 5699:a3a975ea93ca sr-v2

Implemented restore mode in meshmigrate.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 13 Feb 2024 22:59:30 +0100
parents 3907a7b98067
children
line wrap: on
line source

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