We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5435f1 commit d9095d0Copy full SHA for d9095d0
examples/with-markdoc/src/pages/index.astro
@@ -16,7 +16,3 @@ const intro = await getEntryBySlug('docs', 'intro');
16
<DocsContent entry={intro} />
17
</main>
18
</Layout>
19
-
20
-<style is:global>
21
- /*Copied from docs.astro*/
22
-</style>
0 commit comments