view client/.postcssrc.js @ 2784:387fe9f088a6

Client: (minor) improve a string marking
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 25 Mar 2019 09:40:49 +0100
parents 3907a7b98067
children
line wrap: on
line source

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