From ad72fb205f912b604bbc1f7a522d98f3dc49c0d8 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 11 Aug 2024 16:10:09 -0400 Subject: [PATCH] Re-order tailwind screen sizes --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 6402747a..f86a24d3 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -9,8 +9,8 @@ module.exports = { theme: { screens: { 'xs': '390px', - '3xl': '1640px', ...defaultTheme.screens, + '3xl': '1640px', }, fontSize: { 'xs': ['0.75rem', '1rem'], // 12px on 16px