mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
ProductCard
This commit is contained in:
@@ -1,19 +1,24 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
<<<<<<< HEAD
|
||||
"tailwindcss",
|
||||
"postcss-nesting",
|
||||
"postcss-flexbugs-fixes",
|
||||
=======
|
||||
'tailwindcss',
|
||||
'postcss-flexbugs-fixes',
|
||||
>>>>>>> f2108ca97faf54a18680b608356012700971c450
|
||||
[
|
||||
"postcss-preset-env",
|
||||
'postcss-preset-env',
|
||||
{
|
||||
autoprefixer: {
|
||||
flexbox: "no-2009",
|
||||
flexbox: 'no-2009',
|
||||
},
|
||||
stage: 3,
|
||||
features: {
|
||||
"custom-properties": false,
|
||||
'custom-properties': false,
|
||||
},
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user