From b4056b901c8166727e703c23679b886ca82a9b20 Mon Sep 17 00:00:00 2001 From: Brandon Pittman Date: Wed, 28 Oct 2020 11:43:46 +0900 Subject: [PATCH] Update tailwind.config.js Tailwind already includes a .75 bgOpacity utility. https://tailwindcss.com/docs/background-opacity#app --- tailwind.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index fcadb5892..ec80f58e3 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -10,9 +10,6 @@ module.exports = { maxWidth: { '8xl': '1920px', }, - backgroundOpacity: { - 075: '0.75', - }, colors: { primary: 'var(--primary)', 'primary-2': 'var(--primary-2)',