view client/.postcssrc.js @ 5130:a6e5bb85f0a7

Added new (optional) parameter "time" to search end point.
author Sascha Wilde <wilde@intevation.de>
date Fri, 27 Mar 2020 12:37:26 +0100
parents 3907a7b98067
children
line wrap: on
line source

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