view client/.postcssrc.js @ 1495:d26e3e1fcff1

The global import queue already knows which kinds of imports it supports. So there is no need to have another table to track these as a list. This is only a thing which can async potentially. So this list is removed.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 04 Dec 2018 18:20:31 +0100
parents 3907a7b98067
children
line wrap: on
line source

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