view client/.postcssrc.js @ 1294:b9fd587d8ea0

removed console.log
author Markus Kottlaender <markus@intevation.de>
date Thu, 22 Nov 2018 14:05:30 +0100
parents 3907a7b98067
children
line wrap: on
line source

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