view client/.postcssrc.js @ 3756:c493e3be54ba infiniscroll

merge with default
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 25 Jun 2019 12:05:10 +0200
parents 3907a7b98067
children
line wrap: on
line source

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