From bdb44414612858bcb26bef6f120001356bd36f6c Mon Sep 17 00:00:00 2001 From: Kelly Joseph Price Date: Wed, 29 May 2024 10:19:29 -0700 Subject: [PATCH] style: load styles! --- index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.tsx b/index.tsx index d97bdbd77..3d9bfaf54 100644 --- a/index.tsx +++ b/index.tsx @@ -20,6 +20,8 @@ import MdxSyntaxError from './errors/mdx-syntax-error'; import { GlossaryTerm } from './contexts/GlossaryTerms'; import Contexts from './contexts'; +import './styles/main.scss'; + const unimplemented = debug('mdx:unimplemented'); type ComponentOpts = Record React.ReactNode>;