forked from crowetic/commerce
More size for Product View
This commit is contained in:
parent
1c423b926b
commit
d2b36737bf
@ -1 +1,3 @@
|
|||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
@tailwind utilities;
|
||||||
|
@tailwind screens;
|
||||||
|
@ -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: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user