view client/.postcssrc.js @ 1841:491f5b68da9e

Implemented fairway dimension import.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 17 Jan 2019 09:22:17 +0100
parents 3907a7b98067
children
line wrap: on
line source

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