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