view client/.postcssrc.js @ 1286:ac6edfb83cf1

improved contextBox animations
author Markus Kottlaender <markus@intevation.de>
date Thu, 22 Nov 2018 11:48:30 +0100
parents 3907a7b98067
children
line wrap: on
line source

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