68 lines
1,015 B
Plaintext
68 lines
1,015 B
Plaintext
// 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 {
|
|
@apply .bg-grey-lighter .inline-block;
|
|
padding: 1px 3px;
|
|
}
|
|
}
|
|
|
|
// pre code {
|
|
// .pre;
|
|
// word-break: normal;
|
|
// }
|
|
|
|
// pre code .number {
|
|
// .h-auto;
|
|
// .mr0;
|
|
// .pa0;
|
|
// background-color: inherit;
|
|
// font-size: inherit;
|
|
// min-width: auto;
|
|
// }
|
|
|
|
// code.hljs {
|
|
// .pa0;
|
|
// background-color: inherit;
|
|
// }
|
|
|
|
// code[data-gist-id] {
|
|
// .pa0;
|
|
// background: transparent;
|
|
// }
|
|
|
|
|
|
.note {
|
|
@apply .bg-blue-lighter;
|
|
@apply .p-4;
|
|
@apply .border-l-4;
|
|
@apply .border-blue;
|
|
}
|
|
|
|
.note p:last-child { @apply .mb-0; }
|