view client/.postcssrc.js @ 1969:545c2fd51ce5

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 Andrija Spaic <andrija.spaic@vodniputovi.hr>
date Wed, 23 Jan 2019 12:11:28 +0000
parents 3907a7b98067
children
line wrap: on
line source

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