- Move the css to a separate static CSS file.
- Create a
<script>
code that would asynchronously load the static CSS using theoc.require
functionality, and use javascript to hide the markup until the CSS is loaded. - Well done! Part III
<script>
code that would asynchronously load the static CSS using the oc.require
functionality, and use javascript to hide the markup until the CSS is loaded.