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
Currently when you start a new app using {N} schematics you need to put your global web CSS in a styles.css file, and your global {N} CSS in an app.css file.
My suggestion is that we switch the {N} global file to styles.tns.css, and inject the appropriate code so that {N} uses that file instead of app.css. It’ll make this project structure a lot easier to explain to newcomers to this setup.