view client/.postcssrc.js @ 5209:32eb35699bd3 new-fwa

Fixed bug in quarter detection.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 11 May 2020 15:06:44 +0200
parents 3907a7b98067
children
line wrap: on
line source

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