Files
DentalManagementMHAprilgg/apps/Frontend/postcss.config.js
2026-04-04 22:13:55 -04:00

7 lines
81 B
JavaScript
Executable File

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