view client/.postcssrc.js @ 1521:276df8dadc14

bought localized datestrings
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 06 Dec 2018 16:35:53 +0100
parents 3907a7b98067
children
line wrap: on
line source

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