view client/.postcssrc.js @ 1028:dd67e46366ef

refac: loading of profile data via fairwayprofile store
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 24 Oct 2018 14:42:04 +0200
parents 3907a7b98067
children
line wrap: on
line source

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