authsec_react_materail_ui/postcss.config.js

8 lines
123 B
JavaScript
Raw Permalink Normal View History

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