Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)). (cherry picked from commit 98ebc70)
- Loading branch information