view client/.postcssrc.js @ 506:11d527b3321b

Add Dockerfile for SPA client
author Tom Gottfried <tom@intevation.de>
date Fri, 24 Aug 2018 15:47:27 +0200
parents 88d0d60924cf
children 3907a7b98067
line wrap: on
line source

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