view client/.postcssrc.js @ 1620:2e4ec4251c57

refac: staging rebuilt with divs instead tables to accomplish detailsview
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 18 Dec 2018 16:09:44 +0100
parents 3907a7b98067
children
line wrap: on
line source

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