chore: upgrade linter to 11.1.2 and fix lint issues

This commit is contained in:
Timothy Lin
2021-09-05 18:39:53 +08:00
parent 0515928faa
commit 489a8c9c55
6 changed files with 97 additions and 60 deletions

View File

@ -14,9 +14,12 @@
@apply hidden;
}
.code-highlight {
@apply float-left min-w-full;
}
.code-line {
@apply pl-4 -mx-4 border-l-4 border-gray-800 w-max pr-4;
@apply block pl-4 pr-4 -mx-4 border-l-4 border-gray-800;
}
.highlight-line {