view client/.postcssrc.js @ 3334:8c96b7379aea

client: fairway availability: made store action work with both types of feature objects
author Markus Kottlaender <markus@intevation.de>
date Mon, 20 May 2019 17:14:47 +0200
parents 3907a7b98067
children
line wrap: on
line source

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