view client/.postcssrc.js @ 5495:0766dcb7e7f8

Merged logging branch into default.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 21 Sep 2021 12:49:30 +0200
parents 3907a7b98067
children
line wrap: on
line source

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