-
Notifications
You must be signed in to change notification settings - Fork 6.8k
test(mdc-button): add performance tests for mdc-button #20032
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
Conversation
7be4dbf
to
21d0451
Compare
@andrewseguin I'm not sure why these tests are breaking. I'm running the same commands locally and they all build |
bed2ac1
to
f45cd25
Compare
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. One minor comment about where the theming_scss_lib
dep should be added to.
Feel free to add merge ready
once done.
* test(mdc-button): add performance tests for mdc-button * fix(mdc-indigo-pink): add mat-core and mat-core-theme to indigo-pink * fixup! fix(mdc-indigo-pink): add mat-core and mat-core-theme to indigo-pink * fixup! test(mdc-button): add performance tests for mdc-button
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Changes
mat-core
andmat-core-theme
tomdc-theming/prebuilt/indigo-pink.scss
.Context
We noticed that the mdc-button's ripples were not working properly and thanks to @andrewseguin we were able to figure out that the mat-core and mat-core-theme mixins were not being included in material-experimental's indigo-pink.scss.