view client/.postcssrc.js @ 1157:403b99a43f54

retain profile line when switching to other draw tools
author Markus Kottlaender <markus@intevation.de>
date Tue, 13 Nov 2018 13:40:35 +0100
parents 3907a7b98067
children
line wrap: on
line source

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