Files
webseite/postcss.config.js
Simon Martens 3e06b0af76 Initial
2024-10-17 14:05:01 +02:00

7 lines
83 B
JavaScript

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