view client/.postcssrc.js @ 205:2a152816fc38

Renamed the file containing the connection pool to a more suited one.
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 22 Jul 2018 10:24:28 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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