Skip to content

Migrated Sidebar component to Tailwind CSS #8047 #8058

Merged
alexander-akait merged 1 commit intowebpack:mainfrom
rahul-kr-rai:sidebar-tailwind
Mar 19, 2026
Merged

Migrated Sidebar component to Tailwind CSS #8047 #8058
alexander-akait merged 1 commit intowebpack:mainfrom
rahul-kr-rai:sidebar-tailwind

Conversation

@rahul-kr-rai
Copy link
Copy Markdown
Contributor

Summary

Solved Issue: #8047
Migrated Sidebar component styling from Sidebar.scss to Tailwind CSS

What kind of change does this PR introduce?
Move SCSS to Tailwind CSS for the Sidebar component

Did you add tests for your changes?
No

Does this PR introduce a breaking change?
No

If relevant, what needs to be documented once your changes are merged or what have you already documented?
N/A

Use of AI
Gemini to increase productivity.

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
webpack-js-org Ready Ready Preview, Comment Mar 19, 2026 5:57am

Request Review

list-style: none;
}
}
}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see you remove sidebar__docs-version and sidebar__shields but no related changes in code, is this classes don't exists in our code?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did a global search to double-check! It turns out both sidebar__shields and sidebar__docs-version are completely unused in any of our component markup (.jsx , .js, etc.), so they are dead code and safe to remove from the Sidebar styles.

Note: I did see sidebar__docs-version is still referenced in dark.scss , but since the HTML element doesn't exist, it's just an unused style.

@alexander-akait alexander-akait merged commit dbfb13d into webpack:main Mar 19, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants