view client/.postcssrc.js @ 2969:b92a8d088d8a unified_import

merge with default
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 02 Apr 2019 10:07:48 +0200
parents 3907a7b98067
children
line wrap: on
line source

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