mkgg/postcss.config.js
2024-12-10 20:22:14 +03:30

6 lines
80 B
JavaScript

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