view client/.postcssrc.js @ 1925:9b5993a0551f

GeoServer 2.14.1 -> 2.14.2
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 21 Jan 2019 10:25:45 +0100
parents 3907a7b98067
children
line wrap: on
line source

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