view client/.postcssrc.js @ 2100:46343e3f7a3e

Imports: Fixed small issue with de-serializing stretches.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 04 Feb 2019 12:49:50 +0100
parents 3907a7b98067
children
line wrap: on
line source

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