view client/.postcssrc.js @ 1393:efd77496de75

stagingarea: using summary in display
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 28 Nov 2018 11:35:14 +0100
parents 3907a7b98067
children
line wrap: on
line source

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