Files
marketing/postcss.config.js
2025-09-07 13:57:56 +05:00

7 lines
93 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};