Open
Description
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.