view client/.postcssrc.js @ 3476:cc11f207e060

afd: omit legend generation from CSV. Legend is generated from known inputs
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 27 May 2019 13:10:05 +0200
parents 3907a7b98067
children
line wrap: on
line source

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