4
0
forked from crowetic/commerce

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

@ -1 +1,3 @@
@tailwind utilities; @tailwind utilities;
@tailwind utilities;
@tailwind screens;

View File

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