view client/.postcssrc.js @ 4407:8c0f2377ff47

import_overview: DSR review details added
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 17 Sep 2019 10:29:36 +0200
parents 3907a7b98067
children
line wrap: on
line source

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