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