So I've never been able to get Hot Reload to work with css files attached to razor components. The work around has been that I can run the app with out debugging and that reloads quicker than reloading with debugging.
But I was working with the app.css file for the app and as I changed the css while the app was running, it updated the page live, even without a refresh or hot reload.
Where is that setting??? How can I have that setting for all my css files attached to Razor components?