pixelbrew-webseite/postcss.config.js
2025-06-06 15:33:59 +02:00

6 lines
84 B
JavaScript

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