view client/.postcssrc.js @ 3657:7126fdc5779a

client: changed button color on login screen
author Markus Kottlaender <markus@intevation.de>
date Fri, 14 Jun 2019 11:16:09 +0200
parents 3907a7b98067
children
line wrap: on
line source

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