Remove commented out code
This commit is contained in:
parent
445525c25e
commit
c09fa3f061
|
@ -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,
|
||||||
pre code.hljs,
|
pre code.hljs,
|
||||||
.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 {
|
.note {
|
||||||
@apply .bg-blue-lighter;
|
@apply .bg-blue-lighter;
|
||||||
@apply .p-4;
|
@apply .p-4;
|
||||||
|
|
Reference in a new issue