view client/.postcssrc.js @ 2632:0b14de0bb85f

client: importoverview2: moved refresh button to box header, added loading animation like in other boxes
author Markus Kottlaender <markus@intevation.de>
date Wed, 13 Mar 2019 17:13:15 +0100
parents 3907a7b98067
children
line wrap: on
line source

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