Render Blocking CSS
- By default, CSS is treated as a render blocking resource.
- Media types and media queries allow us to mark some CSS resources as non-render blocking.
- All CSS resources, regardless of blocking or non-blocking behavior, are downloaded by the browser.