Frontend/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2024-03-19 08:35:32 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}