bingchill/postcss.config.js
2023-08-10 12:38:02 +07:00

7 lines
80 B
JavaScript

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