geriou-bir/frontend/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2023-09-10 15:32:07 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}