heissepreise/postcss.config.js

7 lines
95 B
JavaScript
Raw Normal View History

2023-06-07 15:00:15 +02:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};