# 21-Jul-2026 — silence SASS deprecation warnings and suppress build noise [ref #117](https://github.com/nbarrett/ngx-ramblers/issues/117)

## [build 786](https://github.com/nbarrett/ngx-ramblers/actions/runs/29846963493) — [commit 9625c74](https://github.com/nbarrett/ngx-ramblers/commit/9625c74287253df3cc126fbd566c2586da0307bb)

_____

## What's new
Build and serve output is now significantly quieter. The thousands of lines of SASS deprecation warnings, CommonJS bailout notices, and verbose chunk listings have been eliminated or condensed.

## At a glance
- npm run serve no longer passes --verbose, removing hundreds of lines of webpack cache output
- SASS darken() calls in buttons.sass and stepper.sass migrated to color.adjust() to fix the deprecation
- ui-switch.scss mixin changed from variadic $sizes... to a plain list, removing the deprecated nth() on argument lists
- All remaining @import and global-builtin deprecation warnings silenced via stylePreprocessorOptions.sass.silenceDeprecations in angular.json
- CommonJS dependency bailout warnings for mermaid sub-dependencies and he, heic2any, papaparse added to allowedCommonJsDependencies