From d2b36737bfe438386ec87950b0e4ecde23678988 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Tue, 20 Oct 2020 15:56:21 -0300 Subject: [PATCH] More size for Product View --- assets/utils.css | 2 ++ tailwind.config.js | 6 +----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/assets/utils.css b/assets/utils.css index 65dd5f63a..ecfdd545a 100644 --- a/assets/utils.css +++ b/assets/utils.css @@ -1 +1,3 @@ @tailwind utilities; +@tailwind utilities; +@tailwind screens; diff --git a/tailwind.config.js b/tailwind.config.js index 5d4be29af..03b3c7f7b 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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: {