mvp-ticket/frontend/postcss.config.js

7 lines
81 B
JavaScript
Raw Normal View History

2024-06-07 09:08:41 +02:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}