From 6480ee78385dba16a77ff2713a6b56b370234d5c Mon Sep 17 00:00:00 2001 From: Paras Date: Wed, 4 Oct 2023 00:28:06 +0530 Subject: [PATCH] fix: removed the unexpected empty blocks --- library/src/styles/default.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/library/src/styles/default.css b/library/src/styles/default.css index 172fa5e2a..ba624694b 100644 --- a/library/src/styles/default.css +++ b/library/src/styles/default.css @@ -9,16 +9,10 @@ @apply lg:hidden; } - .container\:xl .burger-menu { - } - .container\:base .sidebar { @apply lg:relative lg:block lg:w-64 lg:h-auto; } - .container\:xl .sidebar { - } - .container\:base .sidebar--content { @apply lg:w-56; } @@ -57,9 +51,6 @@ @apply 2xl:p-0 2xl:mt-0; } - .container\:xl .examples { - } - .container\:base .panel--right { @apply hidden 2xl:block 2xl:w-5/12; }