view client/.postcssrc.js @ 1860:f54ac71db1ac

Importer: Added point geoemtry to wkb datatypes.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 17 Jan 2019 13:14:32 +0100
parents 3907a7b98067
children
line wrap: on
line source

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