view client/.postcssrc.js @ 2911:a75c546ef498

Use buffer around axis for stretch area
author Tom Gottfried <tom@intevation.de>
date Tue, 02 Apr 2019 19:24:08 +0200
parents 3907a7b98067
children
line wrap: on
line source

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