view client/.postcssrc.js @ 5307:4ba3fda13c50 zpg-exception

Fixed typo in migration script.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 28 May 2021 11:17:12 +0200
parents 3907a7b98067
children
line wrap: on
line source

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