view client/.postcssrc.js @ 2261:c5bbe2409a52

Stretch import: Call Stringer for ISRS codes directly when logging range.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 14 Feb 2019 11:21:33 +0100
parents 3907a7b98067
children
line wrap: on
line source

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