view client/.postcssrc.js @ 292:c2334b5d3dd0

Changed SSL mode to connect to PostgreSQL from require to prefer.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 31 Jul 2018 13:34:37 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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