Changes/ Stable

This commit is contained in:
Belen Curcio
2020-10-01 18:26:33 -03:00
12 changed files with 268 additions and 6740 deletions

View File

@@ -1,16 +1,16 @@
module.exports = {
plugins: [
'tailwindcss',
'postcss-flexbugs-fixes',
"tailwindcss",
"postcss-flexbugs-fixes",
[
'postcss-preset-env',
"postcss-preset-env",
{
autoprefixer: {
flexbox: 'no-2009',
flexbox: "no-2009",
},
stage: 3,
features: {
'custom-properties': false,
"custom-properties": false,
},
},
],