view client/.postcssrc.js @ 1847:b6dd63e6cfe4

translations
author Fadi Abbud <fadi.abbud@intevation.de>
date Thu, 17 Jan 2019 09:40:19 +0100
parents 3907a7b98067
children
line wrap: on
line source

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