From 80cb5855602204fa9ea3843f4d9c6d7803e3597c Mon Sep 17 00:00:00 2001 From: Thomas Willems Date: Mon, 4 Mar 2024 17:46:39 +0100 Subject: [PATCH] fix lint error --- src/tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tailwind.config.js b/src/tailwind.config.js index 224a62c4..2546eaa0 100644 --- a/src/tailwind.config.js +++ b/src/tailwind.config.js @@ -23,8 +23,8 @@ module.exports = { opacity: '0.25', cursor: 'default', }, - }, + }; addUtilities(newUtilities); }, ], -}; \ No newline at end of file +};