view client/.postcssrc.js @ 4671:0cc339c4c356

fairway profile line use correct delta
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 15 Oct 2019 15:44:07 +0200
parents 3907a7b98067
children
line wrap: on
line source

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