view client/.postcssrc.js @ 4338:08aef146f95a

Define_stretches: upload etd
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 05 Sep 2019 17:16:54 +0200
parents 3907a7b98067
children
line wrap: on
line source

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