view client/.postcssrc.js @ 1639:3c9e33b4cea0

fix: make length check explicit
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 20 Dec 2018 12:50:20 +0100
parents 3907a7b98067
children
line wrap: on
line source

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