heissepreise/postcss.config.js
2023-06-07 15:00:15 +02:00

7 lines
95 B
JavaScript

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