view client/.postcssrc.js @ 4832:5062ccb2381d

Unified error message on "Unsupported CRS"
author Sascha Wilde <wilde@intevation.de>
date Thu, 07 Nov 2019 12:21:55 +0100
parents 3907a7b98067
children
line wrap: on
line source

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