authsec_react_materail_ui/postcss.config.js

8 lines
116 B
JavaScript
Raw Normal View History

2025-06-04 15:09:28 +05:30
// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
2025-05-29 14:46:53 +05:30