view client/.postcssrc.js @ 4997:52c88c7c00ec wmst-config

Merge default into wmst-config branch
author Tom Gottfried <tom@intevation.de>
date Fri, 06 Mar 2020 18:51:00 +0100
parents 3907a7b98067
children
line wrap: on
line source

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