In order to have completely self-contained project folders, I have css in my project folder. I don't understand why you can include .js Scripts, and have them publish automatically yet you can't do the same for css scripts. This is truly baffling since css is at least as fundamental to an html project as js.
What I want is to be able to include a .css file in my project, so that when the project is published, the css file gets copied into the published folder along with the images and js. There's really no reason why images and js should be copied but not css. Also, this would include saving as a template.