view client/.postcssrc.js @ 3692:3138836bf840

import_soundingresults: bottlenecks grouped by countrycode
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 18 Jun 2019 17:44:28 +0200
parents 3907a7b98067
children
line wrap: on
line source

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