view client/.postcssrc.js @ 1791:0f98ef2531a5

importschedule: frontend for waterway gauges etd
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 14 Jan 2019 12:09:34 +0100
parents 3907a7b98067
children
line wrap: on
line source

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