new-home/postcss.config.js
2025-01-22 20:58:52 -03:00

7 lines
81 B
JavaScript
Executable File

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