You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cdk/schematics): strip bom from sass files (#25364)
We have some code to strip BOM from TS files when running a migration, but it doesn't apply to migrations of Sass files.
These changes reuse the same code for Sass migrations, because the BOM can cause errors in the Sass compiler (see #24227 (comment)).
0 commit comments