view client/.postcssrc.js @ 4216:cbc75527916f

Refresh iso contour lines import: Improved logging a bit.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 16 Aug 2019 14:43:47 +0200
parents 3907a7b98067
children
line wrap: on
line source

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