view client/.postcssrc.js @ 4263:f9c620cf0dd3

fairway_profile: remove console.log()
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 27 Aug 2019 09:09:17 +0200
parents 3907a7b98067
children
line wrap: on
line source

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