There is a small flicker that occurs on the initial page load. This is occurring because the stylesheet is being loaded by main.js and it has to wait for the document to be ready to edit.
Moving the loading into the template itself would correct this issue.
There is a small flicker that occurs on the initial page load. This is occurring because the stylesheet is being loaded by
main.js
and it has to wait for the document to be ready to edit.Moving the loading into the template itself would correct this issue.