Replaces the deprecated node-sass with dart-sass. This was causing errors while building the project.
Updates the package-lock.json to lockfile v2
Removes the deprecated/deep/ css selector. It is not encouraged to be used anymore, due to this mechanism for piercing the style isolation sandbox around a component can potentially encourage bad styling practices.
Description
This pr:
node-sass
withdart-sass
. This was causing errors while building the project.package-lock.json
to lockfile v2/deep/
css selector. It is not encouraged to be used anymore, due to this mechanism for piercing the style isolation sandbox around a component can potentially encourage bad styling practices.Screenshots or link to CodePen/Plunker/JSfiddle
Am able to build the project after these changes.