Remove commented out code

This commit is contained in:
Oliver Davies 2017-11-10 14:20:28 +00:00
parent 445525c25e
commit c09fa3f061

View file

@ -1,17 +1,3 @@
// 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 {
@ -32,31 +18,6 @@ li {
}
}
// 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;