view client/.postcssrc.js @ 4191:a1cc14c9ce69

Delete section import: Fixed SQL usage.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 12 Aug 2019 14:21:26 +0200
parents 3907a7b98067
children
line wrap: on
line source

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