view client/.postcssrc.js @ 1159:f498494fceb5

zoom to bottleneck when clicked on map
author Markus Kottlaender <markus@intevation.de>
date Tue, 13 Nov 2018 14:44:20 +0100
parents 3907a7b98067
children
line wrap: on
line source

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