view client/.postcssrc.js @ 4295:0bb735a412af

client: fix drawing of Now label on Diagram (Waterlevels)
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 30 Aug 2019 16:54:12 +0200
parents 3907a7b98067
children
line wrap: on
line source

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