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