view client/.postcssrc.js @ 1285:f674ce380de1

layout soundingresults
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 22 Nov 2018 11:18:46 +0100
parents 3907a7b98067
children
line wrap: on
line source

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