view client/.postcssrc.js @ 2411:27d3e9eda8b6

client: table component: fade transition for adding/removing items
author Markus Kottlaender <markus@intevation.de>
date Thu, 28 Feb 2019 12:16:27 +0100
parents 3907a7b98067
children
line wrap: on
line source

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