-
Notifications
You must be signed in to change notification settings - Fork 13.5k
fix(tokens): review the generation of utility-classes #30498
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
base: next
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
...s-snapshots/accordion-group-expand-inset-expanded-ionic-md-ltr-light-Mobile-Chrome-linux.png
Outdated
Show resolved
Hide resolved
...r.e2e.ts-snapshots/progress-bar-shape-rectangular-ionic-md-ltr-light-Mobile-Chrome-linux.png
Show resolved
Hide resolved
...roup.e2e.ts-snapshots/accordion-group-shape-round-ionic-md-ltr-light-Mobile-Chrome-linux.png
Outdated
Show resolved
Hide resolved
.../searchbar.e2e.ts-snapshots/searchbar-shape-round-ionic-md-ltr-light-Mobile-Chrome-linux.png
Outdated
Show resolved
Hide resolved
...st/basic/tab-bar.e2e.ts-snapshots/tab-bar-default-ionic-md-ltr-light-Mobile-Chrome-linux.png
Outdated
Show resolved
Hide resolved
...ab-bar.e2e.ts-snapshots/tab-bar-shape-rectangular-ionic-md-ltr-light-Mobile-Chrome-linux.png
Outdated
Show resolved
Hide resolved
Hi @thetaPC, great point, thanks! Updated on all places 👍 |
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.
This change shouldn't be happening. It seems that the test is flaky since it's happened in another PR as well. Please revert it to the original.
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.
It's hard to tell the shape of the accordion with the new background changes. Let's update the tests to continue using the bg color implemented in the tests.
- background: #222;
+ --background: #222;
}
Issue number: internal
What is the current behavior?
Currently some utility-classes are not as effective as they could be, because they don't affect, for example, the --background or --color css API's.
What is the new behavior?
Does this introduce a breaking change?