view client/.postcssrc.js @ 4393:cdd332dbebbf

Fixed date in filename for stretch download.
author Sascha Wilde <wilde@intevation.de>
date Thu, 12 Sep 2019 20:24:03 +0200
parents 3907a7b98067
children
line wrap: on
line source

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