view client/.postcssrc.js @ 2439:c3c014435e88

client: identify box: formatted streches
author Markus Kottlaender <markus@intevation.de>
date Fri, 01 Mar 2019 10:38:44 +0100
parents 3907a7b98067
children
line wrap: on
line source

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