site/postcss.config.js
2024-04-02 17:35:26 -07:00

6 lines
80 B
JavaScript

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