We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8dad3e commit 34e23b0Copy full SHA for 34e23b0
1 file changed
packages/frontity-org-theme/src/components/index.tsx
@@ -20,8 +20,8 @@ const Theme: React.FC<Connect<FrontityOrg>> = ({ state }) => {
20
21
return (
22
<>
23
- <Global styles={css(gutenbergStyle)} />
24
- <Global styles={css(gutenbergTheme)} />
+ {/* <Global styles={css(gutenbergStyle)} />
+ <Global styles={css(gutenbergTheme)} /> */}
25
<Global styles={globalStyles(state.theme.colors)} />
26
27
{/* <FontFace /> */}
0 commit comments