Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append styles imported in JS to end of document.head #1045

Merged
merged 1 commit into from
Dec 12, 2021

Commits on Dec 10, 2021

  1. Append styles imported in JS to end of document.head

    This addresses the issue raised in embroider-build#1033 ("2. Import app.scss from app.js") that link tags added through imports of CSS in JS get added next to the script entrypoint (at the body's end) rather than to the document's head, causing a FOUC in FastBoot rendered pages.
    simonihmig committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    c781808 View commit details
    Browse the repository at this point in the history