view client/.postcssrc.js @ 4629:7acb03e8a737

SR import: Store in sounding_result table if import is single or multi beam.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 10 Oct 2019 17:23:00 +0200
parents 3907a7b98067
children
line wrap: on
line source

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