view client/.postcssrc.js @ 5197:c352dbbf2778 new-fwa

Started with loading limiting factors and validities.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 07 May 2020 17:50:29 +0200
parents 3907a7b98067
children
line wrap: on
line source

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