Files
EmployeeManagementSystem/postcss.config.js
2025-11-27 22:50:08 +00:00

7 lines
80 B
JavaScript

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