view client/.postcssrc.js @ 4377:4707fa47284a

client:docs: fix typo
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 11 Sep 2019 16:17:50 +0200
parents 3907a7b98067
children
line wrap: on
line source

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