From 9bcdfb911d9bc51c87bff9588e4b4e2b636cb0cb Mon Sep 17 00:00:00 2001 From: James Morris Date: Fri, 11 Nov 2022 15:25:57 +0000 Subject: [PATCH] Removed the duplicate sm config refs https://github.com/TryGhost/Team/issues/2244 --- apps/comments-ui/tailwind.config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/comments-ui/tailwind.config.js b/apps/comments-ui/tailwind.config.js index 931dbc0b32..2dbae8a3a3 100644 --- a/apps/comments-ui/tailwind.config.js +++ b/apps/comments-ui/tailwind.config.js @@ -2,7 +2,7 @@ module.exports = { darkMode: 'class', theme: { screens: { - sm: '640px', + sm: '481px', md: '768px', lg: '1024px', xl: '1280px', @@ -161,9 +161,6 @@ module.exports = { '0%, 100%': {transform: 'scale(1)'}, '50%': {transform: 'scale(1.3)'} } - }, - screens: { - 'sm': '481px' } }, content: [