mirror of
https://github.com/vercel/commerce.git
synced 2025-03-16 07:22:32 +00:00
7 lines
81 B
JavaScript
7 lines
81 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {}
|
||
|
}
|
||
|
};
|