mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
Prior to this change nested imports in sass were processed as scss when using the esbuild builder due to an incorrect check. Closes #25338