From 49d57a7b7aee578d9367d459e418aaf8e053e0b4 Mon Sep 17 00:00:00 2001 From: shayan khaleghparast Date: Fri, 9 Feb 2024 17:40:21 +0800 Subject: [PATCH] chore: removed unused classnames --- lib/components/VerticalTab/VerticalTab.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lib/components/VerticalTab/VerticalTab.scss b/lib/components/VerticalTab/VerticalTab.scss index a5381e43..a4e02012 100644 --- a/lib/components/VerticalTab/VerticalTab.scss +++ b/lib/components/VerticalTab/VerticalTab.scss @@ -92,16 +92,3 @@ } } - -.test-1{ - background-color: purple; -} -.test-2{ - background-color: forestgreen; -} -.test-3{ - background-color: hotpink; -} -.test-item{ - background-color: yellow; -}