Skip to content

Commit a87761b

Browse files
authored
chore: Update stylelint packages and fix extra spaces (#10304)
chore: update stylelint packages and fix extra spaces
1 parent bc91af0 commit a87761b

File tree

5 files changed

+2355
-1418
lines changed

5 files changed

+2355
-1418
lines changed

templates/modern/src/dotnet.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ body[data-yaml-mime="ManagedReference"] article, body[data-yaml-mime="ApiPage"]
6767
dl.parameters {
6868
>dt {
6969
margin: 1em 0;
70-
70+
7171
&>code {
7272
margin-right: .2em;
7373
font-size: 1em;

templates/modern/src/layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ body[data-layout="landing"] {
163163
display: flex;
164164
align-items: flex-start;
165165
margin-top: .5rem;
166-
166+
167167
>button {
168168
margin-top: -.65em;
169169
margin-left: -.8em

templates/modern/src/toc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export async function renderToc(): Promise<TocNode[]> {
9494

9595
function renderToc() {
9696
render(html`
97-
${renderTocFilter()}
97+
${renderTocFilter()}
9898
<div class="flex-fill overflow-y-auto">${renderTocNodes(items) || renderNoFilterResult()}</div>
9999
${renderDownloadPdf()}`, tocContainer)
100100
}

0 commit comments

Comments
 (0)