view client/.postcssrc.js @ 1968:b1124f7892c3

Translated using Weblate (Croatian) Currently translated at 11.7% (26 of 222 strings) Translation: Gemma/client Translate-URL: https://hosted.weblate.org/projects/gemma/client/hr/
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 23 Jan 2019 10:32:58 +0000
parents 3907a7b98067
children
line wrap: on
line source

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