optimizeCss filters Lightning CSS warnings for :deep(), :slotted() and :global(),
but not for Angular's ::ng-deep, so every Angular component stylesheet using it prints
a warning block per occurrence.
npm install
npm run build
Expected: the compiled CSS, no warnings.
Actual: two 'ng-deep' is not recognized as a valid pseudo-element warnings on stderr.