Sha256: 0a6026d3a5ee1f129e8230f4a698773c9dc3006cbdde9676c0742c254eca29b1
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
// stylelint-disable selector-max-type .markdown-body { // Inline code snippets code, tt { // stylelint-disable-next-line primer/spacing padding: 0.2em 0.4em; margin: 0; // stylelint-disable-next-line primer/typography font-size: 85%; background-color: var(--color-markdown-code-bg); border-radius: $border-radius; br { display: none; } } del code { text-decoration: inherit; } pre { word-wrap: normal; // Code tags within code blocks (<pre>s) > code { padding: 0; margin: 0; // stylelint-disable-next-line primer/typography font-size: 100%; word-break: normal; white-space: pre; background: transparent; border: 0; } } .highlight { margin-bottom: $spacer-3; pre { margin-bottom: 0; word-break: normal; } } .highlight pre, pre { padding: $spacer-3; overflow: auto; // stylelint-disable-next-line primer/typography font-size: 85%; // stylelint-disable-next-line primer/typography line-height: 1.45; background-color: var(--color-bg-tertiary); border-radius: $border-radius; } pre code, pre tt { display: inline; max-width: auto; padding: 0; margin: 0; overflow: visible; line-height: inherit; word-wrap: normal; background-color: transparent; border: 0; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
primery-0.1.0 | _sass/@primer/css/markdown/code.scss |