Update prettier config + Run pnpm format

This commit is contained in:
venashial
2022-05-26 19:17:15 -07:00
parent 89571d57bd
commit 8d4da009af
62 changed files with 8612 additions and 8618 deletions

View File

@@ -1,13 +1,13 @@
.member {
display: flex;
grid-gap: 0.75rem;
display: flex;
grid-gap: 0.75rem;
&__info {
display: flex;
flex-direction: column;
&__info {
display: flex;
flex-direction: column;
&__link {
font-weight: var(--font-weight-medium);
}
}
&__link {
font-weight: var(--font-weight-medium);
}
}
}