view client/.postcssrc.js @ 2436:64ff5984351e

client: renamed store property In alignment to 3679d604645e the related store property was also renamed.
author Markus Kottlaender <markus@intevation.de>
date Fri, 01 Mar 2019 09:00:53 +0100
parents 3907a7b98067
children
line wrap: on
line source

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