v152 · interactive demo
Failed Sheet Fallback
Keep content readable and inspect how a failed CSS module fetch is represented.
Inline fallback remains readable while one module fails.
code
<template shadowrootmode="open"
shadowrootadoptedstylesheets="../missing-theme.css ../theme.css">
<style>/* inline fallback */</style>
</template>