Vendor.css vs App.css

I’m confused about why there are two CSS files in a new Ember application. What is the difference between Vendor.css and app.css?

Thanks, Chris.

Vendor.css comes from the add-ons you have included. App.css is directly from your project. Look in index.html for the order of loading/precedence.

1 Like

Thanks Chris - that makes sense I think

If serving up multiple files is a concern, there is the option of combining: