view client/.postcssrc.js @ 1846:1583cbca8ec5

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

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