You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously all scss files in the src directory were imported. Now each scss file should be included for the component via Angular's styleUrls metadata.
*.scss files next to pages we can assume can be automatically migrated, which means the following:
Remove root page-* selector
If Sass exists outside the selector, warn about it because we can't/shouldn't migrate it
Add the relative file path to the scss file to styleUrls of the page component metadata