headplane/postcss.config.js
2025-01-06 08:19:40 +05:30

7 lines
75 B
JavaScript

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