view client/.postcssrc.js @ 1443:6b100f639178

removed blue borders from fairwayprofile and infobar
author Markus Kottlaender <markus@intevation.de>
date Fri, 30 Nov 2018 13:20:26 +0100
parents 3907a7b98067
children
line wrap: on
line source

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