1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 01:50:52 +01:00

Fixed linter errors

This commit is contained in:
squidfunk 2021-12-19 13:44:15 +01:00
parent be0a36d1b0
commit a7ab13fe98
2 changed files with 3 additions and 6 deletions

View File

@ -29,10 +29,7 @@ import {
} from "rxjs"
import { translation } from "~/_"
import {
getElement,
getElements
} from "~/browser"
import { getElement } from "~/browser"
/* ----------------------------------------------------------------------------
* Helper types

View File

@ -215,12 +215,12 @@
// removed after copying is done to mitigate whitespace-related issues.
code[data-md-copying] {
// Remove highlighted lines - see https://bit.ly/32iVGWh
// Temporarily remove highlighted lines - see https://bit.ly/32iVGWh
.hll {
display: contents;
}
// Remove code annotation
// Temporarily remove annotations
.md-annotation {
display: none;
}