view client/.postcssrc.js @ 1160:c8c26912754c

disable identifying when draw/cut mode are active
author Markus Kottlaender <markus@intevation.de>
date Tue, 13 Nov 2018 14:50:12 +0100
parents 3907a7b98067
children
line wrap: on
line source

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