Skip to content

Commit

Permalink
style: load styles!
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed May 29, 2024
1 parent 829e061 commit bdb4441
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, (props: any) => React.ReactNode>;
Expand Down

0 comments on commit bdb4441

Please sign in to comment.