chore: enable stylelint standard config (#6442)

* chore: enable stylelint standard config

* remove empty line

* fix
This commit is contained in:
Joshua Chen 2022-01-22 21:26:35 +08:00 committed by GitHub
parent 2f4b2e1790
commit e40cafccd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 94 additions and 78 deletions

View file

@ -58,7 +58,7 @@
}
.searchResultItemSummary {
margin: 0.5rem 0 0 0;
margin: 0.5rem 0 0;
font-style: italic;
}
@ -114,6 +114,6 @@
:global(.search-result-match) {
color: var(--docsearch-hit-color);
background: rgba(255, 215, 142, 0.25);
background: rgb(255 215 142 / 25%);
padding: 0.09em 0;
}