view client/.postcssrc.js @ 5410:8b6018ed3ffd marking-single-beam

If doing SR imports, lock sounding_results_marking_points table, too.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Jul 2021 09:29:06 +0200
parents 3907a7b98067
children
line wrap: on
line source

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