Skip to content

Commit

Permalink
Remove editor styles in main frame
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Oct 5, 2020
1 parent edeaa57 commit 2b267d6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/edit-site/src/components/editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ import {
Button,
} from '@wordpress/components';
import { EntityProvider } from '@wordpress/core-data';
import {
BlockContextProvider,
BlockBreadcrumb,
__unstableEditorStyles as EditorStyles,
} from '@wordpress/block-editor';
import { BlockContextProvider, BlockBreadcrumb } from '@wordpress/block-editor';
import {
FullscreenMode,
InterfaceSkeleton,
Expand Down Expand Up @@ -161,7 +157,6 @@ function Editor() {

return (
<>
<EditorStyles styles={ settings.styles } />
<FullscreenMode isActive={ isFullscreenActive } />
<UnsavedChangesWarning />
<SlotFillProvider>
Expand Down

0 comments on commit 2b267d6

Please sign in to comment.