view client/.postcssrc.js @ 5354:6a94ab82eaaa extented-report

XLSX templater: Added type support for cell expansion.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 22 Jun 2021 14:40:27 +0200
parents 3907a7b98067
children
line wrap: on
line source

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