view client/.postcssrc.js @ 3635:6d6577a87963

Do not show missing date as Unix epoch
author Tom Gottfried <tom@intevation.de>
date Tue, 11 Jun 2019 20:28:38 +0200
parents 3907a7b98067
children
line wrap: on
line source

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