view client/.postcssrc.js @ 626:d4fa28bfa6ec

fix: layout minor fixes of buttons and menu
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 11 Sep 2018 17:17:37 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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