view client/.postcssrc.js @ 3168:cfe7941dc044

Fixed yarn.lock.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 06 May 2019 15:17:45 +0200
parents 3907a7b98067
children
line wrap: on
line source

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