From 1c6ffbffcb363b9fed3729c13eee57ab28b03b14 Mon Sep 17 00:00:00 2001 From: Kelly Phan Date: Mon, 23 Sep 2024 10:41:09 +0200 Subject: [PATCH] fix: responsive override --- tailwind.config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index 0b93e21ec..6a1893b92 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -113,14 +113,14 @@ const config = { fontFamily: { sans: ['Inter, Arial , Verdana , Helvetica , sans-serif'], }, - }, - variants: { + extend: { screens: { - md: '776px', + 'md': '776px', }, }, }, + plugins: [ plugin(function ({ addUtilities, theme }) { // Dividers