view client/.postcssrc.js @ 2844:77cef49d93ca

client: profiles: bottleneck list sorted by country
author Markus Kottlaender <markus@intevation.de>
date Thu, 28 Mar 2019 11:53:19 +0100
parents 3907a7b98067
children
line wrap: on
line source

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