authsec_react_materail_ui/postcss.config.js
2025-06-13 10:04:33 +05:30

8 lines
123 B
JavaScript

// postcss.config.js
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};