view client/.postcssrc.js @ 5157:673f2a00c767

add missing Author in Timeslider
author Fadi Abbud <fadi.abbud@intevation.de>
date Thu, 02 Apr 2020 13:17:13 +0200
parents 3907a7b98067
children
line wrap: on
line source

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