From 943954e51959a6ca5759bcd8d2a0040a914702e6 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Rai Date: Thu, 19 Mar 2026 11:05:37 +0530 Subject: [PATCH] Migrated Sidebar component to Tailwind CSS --- src/components/Sidebar/Sidebar.jsx | 15 +++---- src/components/Sidebar/Sidebar.scss | 65 ----------------------------- 2 files changed, 8 insertions(+), 72 deletions(-) delete mode 100644 src/components/Sidebar/Sidebar.scss diff --git a/src/components/Sidebar/Sidebar.jsx b/src/components/Sidebar/Sidebar.jsx index 64e2ee3ba70f..9c7b2df804f0 100644 --- a/src/components/Sidebar/Sidebar.jsx +++ b/src/components/Sidebar/Sidebar.jsx @@ -6,9 +6,6 @@ import LoadingIcon from "../../styles/icons/loading.svg"; import Print from "../Print/Print.jsx"; import SidebarItem from "../SidebarItem/SidebarItem.jsx"; -// Load Styling -import "./Sidebar.scss"; - const versions = [5, 4]; const currentDocsVersion = 5; @@ -28,9 +25,11 @@ export default function Sidebar({ className = "", pages, currentPage }) { let group; return ( -