Can someone tell me what is the correct way to deploy a CSS with a custom web part?
I have already created a Visual Studio project for custom web part through which I am deploying the web part as a feature. Now, how can I include CSS in this project and tell my custom web part to start using it?
I would prefer to automate the process and do not want to end up manually changing master page if possible.
Thanks!