view client/.postcssrc.js @ 1793:c0532a94a0b5

importlog links forward to the according importqueue-entry
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 14 Jan 2019 12:32:43 +0100
parents 3907a7b98067
children
line wrap: on
line source

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