5th-site-expanded/postcss.config.js
2024-11-02 23:16:20 +07:00

6 lines
80 B
JavaScript

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