kennzeichen-seite/frontend/postcss.config.js
2026-05-20 20:47:07 +02:00

6 lines
83 B
JavaScript

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