view client/.postcssrc.js @ 5542:0acb06fc77e6 aggregate-gm-import-logging

WIP: close the cursor.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 26 Oct 2021 02:04:29 +0200
parents 3907a7b98067
children
line wrap: on
line source

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