view client/.postcssrc.js @ 2098:8a986d80e1c6

Approved gauge measuremnet imports: Removed an indirection layer accessing the columns of the CSV file.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 04 Feb 2019 11:34:09 +0100
parents 3907a7b98067
children
line wrap: on
line source

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