recipes-front/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2023-11-10 12:58:42 +02:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}