view client/.postcssrc.js @ 860:38b682eaa7b1

client: add updateing of bottleneck filter * Add a watcher on the selectedMorph to trigger the update of the bottleneck filter. * Reverse the parameter to updateBottleneckFilter() to the order that was mostly used.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 28 Sep 2018 17:19:08 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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