Is it possible to put a stylesheet in a centralised location? I think putting a css file in the web/bundles/BundleName/css directory is not a good idea, if it is a global stylesheet that I wish for all bundles to use (ie. by including it in base.html.twig).
What do I need to do in order to put a stylesheet in a location where it can logically and easily be used by different bundles?