// pre {
// .db;
// .overflow-auto;
// word-break: normal;
// word-wrap: no-wrap;
// }
// pre[class*="language-"] { .bn; .br0 }
// pre code,
// p code {
// font-size: .8125rem;
pre code,
pre code.hljs,
.hljs {
@apply .p-4;
@apply .text-sm;
@apply .border-l-4;
@apply .border-grey-dark;
@apply .block;
@apply .bg-grey-lighter;
@apply .overflow-x-scroll;
}
p,
li {
code {
padding: 1px 3px;
// pre code {
// .pre;
// pre code .number {
// .h-auto;
// .mr0;
// .pa0;
// background-color: inherit;
// font-size: inherit;
// min-width: auto;
// code.hljs {
// code[data-gist-id] {
// background: transparent;
.note {
@apply .bg-blue-lighter;
@apply .border-blue;
.note p:last-child { @apply .mb-0; }