view client/.postcssrc.js @ 2124:af136b1a854e

linting
author Markus Kottlaender <markus@intevation.de>
date Tue, 05 Feb 2019 14:46:26 +0100
parents 3907a7b98067
children
line wrap: on
line source

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