-
Notifications
You must be signed in to change notification settings - Fork 144
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
chore: enables css logical property rule #6879
chore: enables css logical property rule #6879
Conversation
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6879 +/- ##
==========================================
- Coverage 81.51% 81.44% -0.07%
==========================================
Files 399 399
Lines 12975 12975
Branches 4268 4268
==========================================
- Hits 10577 10568 -9
- Misses 2398 2407 +9
|
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.
LGTM
018e69f
Closes #6802
We merged all css logical properties PR so now we can enable the linter to give us errors from now on.
PR List
What did you change?
How did you verify it works?
I added physical properties and it gave errors, also using
yarn lint:styles
should fix most of the errors