Run prettier fix on all files (#581)

This commit is contained in:
Gonzalo Pozzo
2021-11-25 09:17:13 -03:00
committed by GitHub
parent 96e990268d
commit 73470c9232
74 changed files with 904 additions and 845 deletions

View File

@@ -28,7 +28,7 @@ const Sidebar: FC<SidebarProps> = ({ children, onClose }) => {
}
const contentElement = contentRef.current
if (contentElement) {
disableBodyScroll(contentElement, { reserveScrollBarGap: true })
}

View File

@@ -14,7 +14,6 @@
@apply pt-1 pb-2 text-2xl font-bold tracking-wide cursor-pointer mb-2;
}
/* Apply base font sizes and styles for typography markup (h2, h2, ul, p, etc.).
A helpful addition for whenn page content is consumed from a source managed through a wysiwyg editor. */