view client/.postcssrc.js @ 4831:f98cc4e8ea8b

Translated using Weblate (Romanian) Currently translated at 85.2% (408 of 479 strings) Translation: Gemma/client Translate-URL: https://hosted.weblate.org/projects/gemma/client/ro/
author Adrian Maizel <adrianmaizel@gmail.com>
date Wed, 06 Nov 2019 21:20:06 +0100
parents 3907a7b98067
children
line wrap: on
line source

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