view client/.postcssrc.js @ 5472:9321d9fb719f

improve README.md about licensing * Use meanwhile established `SPDX-FileCopyrightText:` line to give the holder of the usage rights, improve the explanation. * Use `SPDX-License-Identifier:` also here.
author Bernhard Reiter <bernhard@intevation.de>
date Tue, 20 Jul 2021 11:50:17 +0200
parents 3907a7b98067
children
line wrap: on
line source

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