view client/.postcssrc.js @ 1447:6f2219d942d6

Include revision in Docker-based client
author Tom Gottfried <tom@intevation.de>
date Fri, 30 Nov 2018 18:00:05 +0100
parents 3907a7b98067
children
line wrap: on
line source

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