view client/.postcssrc.js @ 2933:a5642ee4c6d0

Let sys_admin import distance marks ashore without restriction
author Tom Gottfried <tom@intevation.de>
date Thu, 04 Apr 2019 14:08:01 +0200
parents 3907a7b98067
children
line wrap: on
line source

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