view client/.postcssrc.js @ 2970:149a8f81f99e unified_import

merge with default
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 05 Apr 2019 10:04:45 +0200
parents 3907a7b98067
children
line wrap: on
line source

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