view client/.postcssrc.js @ 1994:a7c4005b723f

Improve some import log messages
author Tom Gottfried <tom@intevation.de>
date Thu, 24 Jan 2019 12:50:17 +0100
parents 3907a7b98067
children
line wrap: on
line source

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