view client/.postcssrc.js @ 823:d7ae7338872d

client: add morphtool again
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 27 Sep 2018 19:26:38 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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