vmware-archive / clarity

Clarity is a scalable, accessible, customizable, open source design system built with web components. Works with any JavaScript framework, built for enterprises, and designed to be inclusive.
http://clarity.design
MIT License
6.42k stars 761 forks source link

fix(schematics): modern-normalize import instead of normalize @cds/angular #6486

Closed bbogdanov closed 2 years ago

bbogdanov commented 2 years ago

Closes #6482

Signed-off-by: Bogdan Bogdanov bbogdanov@vmware.com

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

In angular.json the previous version of normalize css was added.

Issue Number: #6482

What is the new behavior?

As we updated to use modern-normalize the schematics now adds the path to the new package.

Does this PR introduce a breaking change?