Referencing CSS stylesheets with link[rel=stylesheet] or @import causes browsers to delay page rendering while a stylesheet loads. When loading stylesheets that are not critical to the initial rendering of a page, this blocking behavior is undesirable. The pattern below allows us to fetch and apply CSS asynchronously. If necessary, this repo also offers a separate (and optional) JavaScript function for loading stylesheets dynamically. As a primary pattern, we recommend loading asynchronous CSS like this from HTML. The loadCSS.js file exposes a global loadCSS function that you can call to load CSS files programmatically, if needed. This is handy for cases where you need to dynamically load CSS from script. The code above will insert a new CSS stylesheet link after the last stylesheet or script that it finds in the page, and the function will return a reference to that link element, should you want to reference it later in your script.

Features

  • The loadCSS function has 3 optional arguments
  • The loadCSS patterns attempt to load a css file asynchronously in any JavaScript-capable browser
  • loadCSS attempts to inject the stylesheet link after all CSS and JS in the page
  • Your stylesheet will be inserted before the element you specify
  • To update, you can change your preload markup to this HTML pattern and delete the JS from your build
  • You can load CSS asynchronously

Project Samples

Project Activity

See All Activity >

Categories

File Sync

License

MIT License

Follow loadCSS

loadCSS Web Site

Other Useful Business Software
Your top-rated shield against malware and online scams | Avast Free Antivirus Icon
Your top-rated shield against malware and online scams | Avast Free Antivirus

Browse and email in peace, supported by clever AI

Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Free Download
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of loadCSS!

Additional Project Details

Programming Language

JavaScript

Related Categories

JavaScript File Sync Software

Registered

2021-08-19