view client/.postcssrc.js @ 3428:075757ca8fce

fairway availabilty: A more constistent result format.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 23 May 2019 16:40:15 +0200
parents 3907a7b98067
children
line wrap: on
line source

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