view client/.postcssrc.js @ 3698:063a1883b5cb

Detect and handle unchanged BN during import.
author Sascha Wilde <wilde@intevation.de>
date Wed, 19 Jun 2019 11:20:47 +0200
parents 3907a7b98067
children
line wrap: on
line source

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