view client/.postcssrc.js @ 3746:433bad131e5c

Added check trigger to sounding results to ensure they intersect the bn-area.
author Sascha Wilde <wilde@intevation.de>
date Mon, 24 Jun 2019 16:13:05 +0200
parents 3907a7b98067
children
line wrap: on
line source

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