view client/.postcssrc.js @ 2438:bbc31150248c

client: import soundingresults: depthreferences from selected bottleneck and preselect depthreference from uploaded import
author Markus Kottlaender <markus@intevation.de>
date Fri, 01 Mar 2019 10:31:24 +0100
parents 3907a7b98067
children
line wrap: on
line source

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