view client/.postcssrc.js @ 1598:4057b366db5f

unattended imports: layout
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 17 Dec 2018 10:43:04 +0100
parents 3907a7b98067
children
line wrap: on
line source

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