view client/.postcssrc.js @ 3530:e98ea184538e

Improve warning message
author Tom Gottfried <tom@intevation.de>
date Wed, 29 May 2019 16:56:56 +0200
parents 3907a7b98067
children
line wrap: on
line source

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