// Copyright 2025 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH.
// SPDX-License-Identifier: MIT

module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  },
}