-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
Description
Flash of unstyled content (especially in Firefox)
Internet: 3G
Expected behavior
No flash of unstyled content
Actual behavior
Flash of unstyled content
Steps to reproduce the bug
- Hard refresh on Firefox, Chrome is less obvious (I didn't test it on high internet speed)
Package versions
- MkDocs: 0.17.1
- Material: 2.0.1
Project configuration
Defaults, GIF from GitHub page.
System information
- OS: OSX
- Browser: Firefox, Chrome (no extensions)
I was able to fix this, but I'm not sure if it's only that.
Fix: move loading modernizr after application css links
<link rel="stylesheet" href="../../assets/stylesheets/application-462a8722ef.css">
<link rel="stylesheet" href="../../assets/stylesheets/application-23f75ab9c7.palette.css">
<script src="../../assets/javascripts/modernizr-e826f8942a.js"></script>StackOverflow
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
