From 3c3a819aba35b9ce36116c9f23f9fd43551b3ddc Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 19 Dec 2020 04:55:43 +0200 Subject: [PATCH] Fix dashboard compilation error --- dashboard/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/tailwind.config.js b/dashboard/tailwind.config.js index f1ea9292..800b9f1a 100644 --- a/dashboard/tailwind.config.js +++ b/dashboard/tailwind.config.js @@ -12,8 +12,8 @@ module.exports = { }, screens: { sm: '640px', - 'until-sm': { max: '639px' }, md: '768px', + 'until-lg': { max: '1023px' }, lg: '1024px', xl: '1280px', '2xl': '1536px'