view client/.postcssrc.js @ 603:3d33c53db1e3

Sounding results: Read point data from xyz files.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 10 Sep 2018 12:10:10 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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