@redocly/graphql-docs
Version:
Redocly GraphQL docs
17 lines (13 loc) • 376 B
JavaScript
import{Markdown as r}from"@redocly/theme";import{styled as e}from"../styled-components.js";import{anchorCSS as t}from"../../shared/styled.js";const m=e(r)`
${({isField:o})=>o&&`
font-size: var(--font-size-base);
line-height: var(--line-height-base);
`}
word-break: break-word;
p {
margin-bottom: 0;
}
a {
${t}
}
`;export{m as StyledMarkdown};