mirror of
https://github.com/vercel/commerce.git
synced 2025-07-09 14:21:21 +00:00
7 lines
122 B
JavaScript
7 lines
122 B
JavaScript
/** @type {import('postcss-load-config').Config} */
|
|
export default {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|