From a1ff5fb9481584263624d5f22f488fae72003418 Mon Sep 17 00:00:00 2001 From: Zach Date: Sun, 15 Oct 2023 16:10:27 -0400 Subject: [PATCH] tailwind config: Extend instead of override backgroundPosition --- tailwind.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index e659001..9000550 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -13,11 +13,11 @@ module.exports = { 'plus-icon': "url('img/icons/plus.png')", 'groundboi': "url('img/sticker2-no_border.png')", }, - backgroundPosition: { - 'center-top': 'center top', - 'center-bottom': 'center bottom', - }, extend: { + backgroundPosition: { + 'center-top': 'center top', + 'center-bottom': 'center bottom', + }, colors: { 'lavender': '#e5ccff', 'purple': '#b673eb',