view client/.postcssrc.js @ 3230:128d686c3950

client: improve styles of template-configuration elements
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 10 May 2019 10:13:32 +0200
parents 3907a7b98067
children
line wrap: on
line source

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