-
Notifications
You must be signed in to change notification settings - Fork 628
Remove unused classes from ProgressBar CSS Module #6814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes unused CSS classes from the ProgressBar CSS Module in response to post-merge feedback and fixes stylelint errors. The changes clean up the codebase by removing width-related utility classes that are no longer needed.
Key Changes:
- Removes unused width utility classes (
data-width='auto'
anddata-width='full'
) from ProgressBar CSS Module - Adds CSS custom property declarations for better documentation
👋 Hi, this pull request contains changes to the source code that github/github depends on. If you are GitHub staff, we recommend testing these changes with github/github using the integration workflow. Thanks! |
size-limit report 📦
|
Co-authored-by: Copilot <[email protected]>
Addresses this post-merge feedback and fixes stylelint errors.