Adding css file to PWA project

I find it convenient to add the css file to the project. That way, I have access to it and I can edit it in the IDE. It seems to be getting deployed in Release mode. Is there a downside to this?

If your project depends on this CSS, it is expected to be deployed to the Release output folder, as this is what expected to be put on the web server

In addition to adding CSS files to your project, you might also consider adding any static images that are in your project so that they are updated/deployed to the release folder as well.

1 Like