view client/.postcssrc.js @ 5343:bb6761abd81d extented-report

XLSX template: Copy column and row height explicitly.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 18 Jun 2021 13:43:21 +0200
parents 3907a7b98067
children
line wrap: on
line source

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