view client/.postcssrc.js @ 1039:c576b5d59c58

linter
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 24 Oct 2018 16:43:43 +0200
parents 3907a7b98067
children
line wrap: on
line source

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