ProductCard

This commit is contained in:
Belen Curcio
2020-10-02 11:27:50 -03:00
81 changed files with 3125 additions and 2294 deletions

View File

@@ -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,
},
},
],
],
};
}