Skip to content
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

Delete more unused Sass variables/mixins #8169

Merged
merged 6 commits into from
Nov 20, 2024

Conversation

cee-chen
Copy link
Member

@cee-chen cee-chen commented Nov 19, 2024

Summary

I missed a couple low-hanging fruit Sass removals with 0 usages in #8031. All removals were checked in Kibana, Cloud, and Elastic Charts. As always, I recommend following along by commit.

QA

N/A

General checklist

  • Browser QA - N/A
  • Docs site QA
    • Checked our theming Sass docs to ensure that no removed variables were publicly documented
  • Code quality checklist - N/A
  • Release checklist
    • A changelog entry exists and is marked appropriately.
      - [ ] If applicable, added the breaking change issue label (and filled out the breaking change checklist)
  • Designer checklist - N/A

@cee-chen cee-chen marked this pull request as ready for review November 19, 2024 19:20
@cee-chen cee-chen requested a review from a team as a code owner November 19, 2024 19:20
@kibanamachine
Copy link

Preview staging links for this PR:

@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

History

/* Extend beta badges to at least 30% of the container's width or 112px (whichever is smaller) */
${logicalCSS('min-width', 'min(30%, 112px)')}
${logicalCSS('min-width', `min(30%, ${euiTheme.base * 7}px)`)}
Copy link
Member

Choose a reason for hiding this comment

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

💯

Copy link
Member

@tkajtoch tkajtoch left a comment

Choose a reason for hiding this comment

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

Changes look great; nothing to QA

@cee-chen cee-chen merged commit 3840b57 into elastic:main Nov 20, 2024
5 checks passed
@cee-chen cee-chen deleted the sass/more-deletions branch November 20, 2024 23:29
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.

4 participants