This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/less/components/post.less
2017-11-09 22:44:30 +00:00

68 lines
1,001 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;
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; }