view client/.postcssrc.js @ 1302:3c10c868cba7

import sounding results: display messages as text
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 23 Nov 2018 11:05:29 +0100
parents 3907a7b98067
children
line wrap: on
line source

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