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

refactor(padding): implements css logical props #6774

Conversation

AlexanderMelox
Copy link
Contributor

Closes #3556

This PR changes the following to use CSS Logical Properties:
Screenshot 2025-01-28 at 9 09 02 AM

Similar PR in core -> carbon-design-system/carbon#14531

Changed

⚠️ ATTENTION REVIEWER ⚠️

Things to look out for while reviewing: Since I mostly did a find and replace, some lines might be changed that shouldn't that includes the following:

  • Css custom properties for example --nav-height: shouldn't be changed
  • media queries: should be kept the same
  • Sass variables

@AlexanderMelox AlexanderMelox requested a review from a team as a code owner January 28, 2025 14:09
@AlexanderMelox AlexanderMelox requested review from devadula-nandan and sangeethababu9223 and removed request for a team January 28, 2025 14:09
Copy link

netlify bot commented Jan 28, 2025

Deploy Preview for ibm-products-web-components ready!

Name Link
🔨 Latest commit 99ebbb7
🔍 Latest deploy log https://app.netlify.com/sites/ibm-products-web-components/deploys/67a0d0efcc191200089aacd9
😎 Deploy Preview https://deploy-preview-6774--ibm-products-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Jan 28, 2025

Deploy Preview for carbon-for-ibm-products ready!

Name Link
🔨 Latest commit 99ebbb7
🔍 Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/67a0d0ef0cdfe20008cd1ed8
😎 Deploy Preview https://deploy-preview-6774--carbon-for-ibm-products.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jan 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.26%. Comparing base (d043ffa) to head (99ebbb7).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6774      +/-   ##
==========================================
+ Coverage   81.17%   81.26%   +0.09%     
==========================================
  Files         398      397       -1     
  Lines       12956    12949       -7     
  Branches     4283     4281       -2     
==========================================
+ Hits        10517    10523       +6     
+ Misses       2439     2426      -13     
Components Coverage Δ
ibm-products ∅ <ø> (∅)
ibm-products-web-components ∅ <ø> (∅)

@AlexanderMelox AlexanderMelox force-pushed the refactor--css-logical-properties-paddings branch from b7f8506 to de57572 Compare January 29, 2025 14:52
@matthewgallo matthewgallo added this pull request to the merge queue Feb 3, 2025
Merged via the queue into carbon-design-system:main with commit f9fbf85 Feb 3, 2025
32 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.

Implement CSS logical properties
4 participants