houhou/postcss.config.js
2023-06-07 17:49:03 -05:00

6 lines
80 B
JavaScript

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