We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e461c commit 87c10ecCopy full SHA for 87c10ec
.changeset/ninety-elephants-begin.md
@@ -0,0 +1,5 @@
1
+---
2
+'@rocket/launch': patch
3
4
+
5
+Work without JavaScript if Declarative Shadow Dom (DSD) is supported by browser
packages/launch/src/LayoutMain.js
@@ -146,14 +146,6 @@ export class LayoutMain extends Layout {
146
<link rel="stylesheet" href="resolve:@rocket/launch/css/markdown.css" />
147
`,
148
149
- head__50: html`
150
- <style>
151
- body[dsd-pending] {
152
- display: none;
153
- }
154
- </style>
155
- `,
156
-
157
header__10: html`
158
<a class="logo-link" href="/" slot="logo">
159
${this.options.logoSmall}
0 commit comments