view client/.postcssrc.js @ 992:a978b2b26a88

Run do and cleanup of import jobs in own go routines with crash handler. This way the import job may die badly w/o killing the job queue, too.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 22 Oct 2018 11:24:25 +0200
parents 3907a7b98067
children
line wrap: on
line source

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