By default, the FE build does not stop when there is an error during SASS compilation. The option to failOnError is not present in sass.config.js, hence by default is false.
There is a reason behind this? I think that it should stop the build by default, so it will be easier to spot errors in the logs, specially in CI environments.