Skip to content

Commit 34e23b0

Browse files
Exclude Gutenberg style
1 parent a8dad3e commit 34e23b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/frontity-org-theme/src/components

packages/frontity-org-theme/src/components/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ const Theme: React.FC<Connect<FrontityOrg>> = ({ state }) => {
2020

2121
return (
2222
<>
23-
<Global styles={css(gutenbergStyle)} />
24-
<Global styles={css(gutenbergTheme)} />
23+
{/* <Global styles={css(gutenbergStyle)} />
24+
<Global styles={css(gutenbergTheme)} /> */}
2525
<Global styles={globalStyles(state.theme.colors)} />
2626

2727
{/* <FontFace /> */}

0 commit comments

Comments
 (0)