view client/.postcssrc.js @ 2294:b2de7a77b570

import soundingresult: fix URL
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 18 Feb 2019 11:11:12 +0100
parents 3907a7b98067
children
line wrap: on
line source

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