From e86ec0222ff4f31ba31ee6a7bb43d8f183280470 Mon Sep 17 00:00:00 2001 From: Pieter Riyanto Date: Tue, 11 Jun 2024 07:22:15 +0700 Subject: [PATCH] remove background image class from tailwind --- tailwind.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index b8d808e..595a100 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -22,9 +22,6 @@ export default { ], theme: { extend: { - backgroundImage: { - 'maimai-background': "url('/src/assets/home.png')" - }, colors: { creamy: '#fffaeb' },