More size for Product View

This commit is contained in:
Belen Curcio
2020-10-20 15:56:21 -03:00
parent 1c423b926b
commit d2b36737bf
2 changed files with 3 additions and 5 deletions

View File

@@ -3,11 +3,7 @@ module.exports = {
removeDeprecatedGapUtilities: true,
purgeLayersByDefault: true,
},
purge: [
'./components/**/*.{js,ts,jsx,tsx}',
'./pages/**/*.{js,ts,jsx,tsx}',
'./ui/**/*.{js,ts,jsx,tsx}',
],
purge: ['./components/**/*.{js,ts,jsx,tsx}', './pages/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {
backgroundOpacity: {