From 05726ec94ce419190d158dc33080a82c54a15e02 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 17 Apr 2023 03:52:10 +0530 Subject: [PATCH] fix: varients to layer (#8171) Co-authored-by: Peer Richelsen --- apps/web/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/styles/globals.css b/apps/web/styles/globals.css index 93f45a0553..5b938d9a49 100644 --- a/apps/web/styles/globals.css +++ b/apps/web/styles/globals.css @@ -205,7 +205,7 @@ html.todesktop nav a svg{ https://github.com/tailwindlabs/tailwindcss/pull/5732 */ @layer utilities { - @variants responsive { + @layer responsive { /* Chrome, Safari and Opera */ .no-scrollbar::-webkit-scrollbar { display: none;