diff --git a/blocks/colors/with-colors.js b/blocks/colors/with-colors.js index fbfe0313776032..03f06f30ef65be 100644 --- a/blocks/colors/with-colors.js +++ b/blocks/colors/with-colors.js @@ -13,7 +13,6 @@ import { createHigherOrderComponent } from '@wordpress/element'; */ import { getColorValue, getColorClass, setColorValue } from './utils'; import { withEditorSettings } from '../editor-settings'; -import './style.scss'; /** * Higher-order component, which handles color logic for class generation diff --git a/core-blocks/index.js b/core-blocks/index.js index e9a1c5374675a0..8c2600219d6ff0 100644 --- a/core-blocks/index.js +++ b/core-blocks/index.js @@ -11,6 +11,7 @@ import { deprecated } from '@wordpress/utils'; /** * Internal dependencies */ +import './style.scss'; import * as paragraph from './paragraph'; import * as image from './image'; import * as heading from './heading'; diff --git a/blocks/colors/style.scss b/core-blocks/style.scss similarity index 100% rename from blocks/colors/style.scss rename to core-blocks/style.scss