mirror of
https://github.com/discourse/discourse.git
synced 2025-02-11 22:04:58 +00:00
This is related to #17063 and is also a pre-request for the splash screen work. This PR introduces 0 visual or functional changes. It just relocates the stylesheets in the load order. `.css` stylesheets block the browser render. We need to move those out of the <head> tag. However, they still need to be loaded before core/plugin/theme rendered HTML to avoid FOUC.