Files
mashinify/postcss.config.mjs
T
Alireza HassaniandCursor e74e5ca45f Initial Mashinify homepage rebuild in Next.js.
FA/RTL marketplace home with search-first hero, categories, and stock data from mashinify.com.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-10 01:03:30 +03:30

8 lines
94 B
JavaScript

const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;