view client/.postcssrc.js @ 1630:f6218f11062a

Cleanup GRANTs for waterway_admin
author Tom Gottfried <tom@intevation.de>
date Wed, 19 Dec 2018 18:12:03 +0100
parents 3907a7b98067
children
line wrap: on
line source

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