From 94bd4cf01d82cd37baa4c46e9c191af9b31db117 Mon Sep 17 00:00:00 2001 From: AnishKacham Date: Fri, 6 Oct 2023 18:31:36 +0530 Subject: [PATCH] style: remove unnecessary empty css styling 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 9bb1391..e3937f6 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; }