w/postcss.config.js
2024-12-24 05:01:19 +05:00

7 lines
80 B
JavaScript

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