view client/.postcssrc.js @ 4543:2a707732331f iso-areas

Look into cuts for finding real class borders.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 26 Sep 2019 18:34:54 +0200
parents 3907a7b98067
children
line wrap: on
line source

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