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

fix(tokens): remove % from scss variable names #2133

Merged
merged 1 commit into from
Mar 26, 2024
Merged

Conversation

bsahitya
Copy link
Collaborator

@bsahitya bsahitya commented Mar 25, 2024

Description

SCSS tokens which end with % are not showing up in the DOM.

What's included?

  • Remove the trailing % symbol in scss variables

Test Steps

  • npm run start
  • Access any of the css variables like (--cv-theme-on-surface-16) in the DOM

General Tests for Every PR

  • npm run start still works.
  • npm run lint passes.
  • npm run stylelint passes.
  • npm test passes and code coverage is not lower.
  • npm run build still works.
Screenshots
Screenshot 2024-03-25 at 1 40 40 PM

Copy link
Collaborator

@owilliams320 owilliams320 left a comment

Choose a reason for hiding this comment

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

LGTM 👍🏽

@bsahitya bsahitya merged commit 4b1d83e into main Mar 26, 2024
7 checks passed
@bsahitya bsahitya deleted the fix/theme-tokens branch March 26, 2024 15:32
@owilliams320
Copy link
Collaborator

🎉 This PR is included in version 8.8.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants