view client/.postcssrc.js @ 1915:89844ae6323a

merge
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 18 Jan 2019 18:17:45 +0100
parents 3907a7b98067
children
line wrap: on
line source

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