houhou/postcss.config.js
2023-06-11 15:08:15 -05:00

6 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}