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(button): ensure rem in variable definition level #6470

Merged
merged 2 commits into from
Jul 15, 2020

Conversation

asudoh
Copy link
Contributor

@asudoh asudoh commented Jul 15, 2020

This change makes sure rem unit is used in variable definition level (as it's done for other variables).

Fixes #6469.

Changelog

Changed

  • $button-height definition to use rem unit, as it's done for other variables.
  • The corresponding change to button/_mixins.scss.

Testing / Reviewing

Testing should make sure our button is not broken.

This change makes sure `rem` unit is used in variable definition level
(as it's done for other variables).

Fixes carbon-design-system#6469.
@asudoh asudoh requested a review from a team as a code owner July 15, 2020 04:04
@ghost ghost requested review from dakahn and tw15egan July 15, 2020 04:05
@netlify
Copy link

netlify bot commented Jul 15, 2020

Deploy preview for carbon-elements ready!

Built with commit aef68ea

https://deploy-preview-6470--carbon-elements.netlify.app

@netlify
Copy link

netlify bot commented Jul 15, 2020

Deploy preview for carbon-components-react ready!

Built without sensitive environment variables with commit aef68ea

https://deploy-preview-6470--carbon-components-react.netlify.app

@kodiakhq kodiakhq bot merged commit ba5afb6 into carbon-design-system:master Jul 15, 2020
@asudoh asudoh deleted the button-height branch July 15, 2020 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Button: Need to avoid rem() call on variables
3 participants