view client/.postcssrc.js @ 4713:cd9216c073fd

minor fixes date localization
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 17 Oct 2019 12:27:12 +0200
parents 3907a7b98067
children
line wrap: on
line source

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