view client/.postcssrc.js @ 3344:107de6def0c3

client: diagram-template: cleanup * remove unwanted line
author Fadi Abbud <fadi.abbud@intevation.de>
date Tue, 21 May 2019 10:11:08 +0200
parents 3907a7b98067
children
line wrap: on
line source

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