Closed
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
No response
Description
after running ng update @angular/material
I end up with invalid scss:
- $swift-ease-in-duration: 300ms !default;
- $swift-ease-in-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2) !default;
+ all 300ms cubic-bezier(0.55, 0, 0.55, 0.2)-duration: 300ms !default;
+ all 300ms cubic-bezier(0.55, 0, 0.55, 0.2)-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2) !default;
probably related to
and
Reproduction
I was able to reproduce it by running yarn test material/schematics
in this repo since there is a test for it
Expected Behavior
should not rename variables appended with extra characters
Actual Behavior
it renames it in an incorrect way
Environment
- CDK/Material: 13 and I think 12